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