import { AuthenticatorType } from '@dynamic-labs/wallet-connector-core'; export declare const useEmbeddedWalletAuthenticator: () => { addEmbeddedWalletRecoveryEmail: () => Promise; createOrRefreshAuthenticatorSession: (authenticatorType?: AuthenticatorType) => Promise | undefined>; };