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