import { EmailAddressAuthenticationCodeInfoUnion, ErrorUnion } from '../outputs'; /** * Re-sends the code to verify an email address to be added to a user's Telegram Passport * @param {Object} state * @returns {EmailAddressAuthenticationCodeInfoUnion | ErrorUnion} */ export declare type ResendEmailAddressVerificationCodeMethod = (state?: Record) => Promise;