declare function isWebAuthnSupported(): boolean;
declare function isWebAuthnAutofillSupported(): Promise<boolean>;
declare function isWebAuthnPlatformAuthenticatorSupported(): Promise<boolean>;

export { isWebAuthnAutofillSupported, isWebAuthnPlatformAuthenticatorSupported, isWebAuthnSupported };
