/**
 * Determines if passkey is supported in current context
 * Will return false if executed in non-secure context
 * @returns boolean
 */
export declare const getIsPasskeySupported: () => boolean;
