/** * Determine if the browser supports conditional UI, so that WebAuthn credentials can * be shown to the user in the browser's typical password autofill popup. */ export declare function browserSupportsWebAuthnAutofill(): Promise; export declare const _browserSupportsWebAuthnAutofillInternals: { stubThis: (value: Promise) => Promise; }; //# sourceMappingURL=browserSupportsWebAuthnAutofill.d.ts.map