export default class WebAuthnClient { authApiUrl: string; private getAuthApiUrl; setAuthApiUrl(authApiUrl?: string): void; isSupported(): Promise; isEnabled(): boolean; private authenticationOptions; authenticate(): Promise; private registrationOptions; register(): Promise; } export type WebAuthnClientType = typeof WebAuthnClient; //# sourceMappingURL=webAuthn.d.ts.map