import { EmailAddressAuthenticationCodeInfoUnion, ErrorUnion } from '../outputs'; /** * Requests to send a password recovery code to an email address that was previously * set up * @param {Object} state * @returns {EmailAddressAuthenticationCodeInfoUnion | ErrorUnion} */ export declare type RequestPasswordRecoveryMethod = (state?: Record) => Promise;