declare namespace _default { export { makeCredential }; export { getAssertion }; export { processWebAuthnResponse }; export function isAvailable(): any; export function isNewApiAvailable(): (options?: CredentialCreationOptions) => Promise; export function isWebauthnOrU2fAvailable(): any; export function isConditionalMediationAvailable(): boolean; export function isPasskeyAutofillAvailable(): Promise; export function isPasskeyAvailable(): boolean; export function isRelyingPartyIdMismatchError(error: any): boolean; export function isAbortError(error: any): boolean; export function isNotAllowedError(error: any): boolean; } export default _default; declare function makeCredential(accountInfo: any, cryptoParams: any, challenge: any): any; declare function getAssertion(challenge: any, allowList: any): any; declare function processWebAuthnResponse(inputFunction: any, context: any): string; //# sourceMappingURL=webauthn.d.ts.map