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