import { ErrorUnion, PasswordStateUnion } from '../outputs'; /** * Resends the 2-step verification recovery email address verification code * @param {Object} state * @returns {PasswordStateUnion | ErrorUnion} */ export declare type ResendRecoveryEmailAddressCodeMethod = (state?: Record) => Promise;