RecoveryProps: {
    method: AUTOMATIC;
    chainId: number;
} | {
    method: PASSWORD;
    password: string;
    chainId: number;
}