import type { FidoClient } from './fido.types.js'; /** * A client function that returns a set of methods for transforming DaVinci data and * interacting with the WebAuthn API for registration and authentication * @function fido * @returns {FidoClient} - A set of methods for FIDO registration and authentication */ export declare function fido(): FidoClient; //# sourceMappingURL=fido.d.ts.map