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