import { AuthenticationCodeInfoUnion, ErrorUnion } from '../outputs'; /** * Resends phone number confirmation code * @param {Object} state * @returns {AuthenticationCodeInfoUnion | ErrorUnion} */ export declare type ResendPhoneNumberConfirmationCodeMethod = (state?: Record) => Promise;