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