import { VerifyAccountRecoveryConfirmationCodeInput } from '../types'; export declare const verifyAccountRecoveryConfirmationCode: (input: VerifyAccountRecoveryConfirmationCodeInput) => Promise;