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