import { AuthenticatorType, Wallet } from '@dynamic-labs/wallet-connector-core'; import { EmbeddedWalletCurrentAction } from '../../../shared/types'; export declare const usePasskeyRecovery: () => { readonly addRecoveryEmail: (emailInput: string) => Promise; readonly initPasskeyRecoveryProcess: (authenticatorType?: AuthenticatorType, currentAction?: EmbeddedWalletCurrentAction) => Promise; readonly shouldInitRecovery: () => Promise; };