//#region src/webauthn.d.ts /** * */ declare function isWebAuthnSupported(): boolean; /** * */ declare function isWebAuthnAutofillSupported(): Promise; /** * */ declare function isWebAuthnPlatformAuthenticatorSupported(): Promise; //#endregion export { isWebAuthnAutofillSupported, isWebAuthnPlatformAuthenticatorSupported, isWebAuthnSupported }; //# sourceMappingURL=webauthn.d.ts.map