export declare function useBiometricGate(): { isAvailable: boolean; isAuthenticated: boolean; authenticate: (reason?: string) => Promise; error: string | null; }; /** @internal Reset module-level cache (for testing) */ export declare function __resetBiometricModule(): void; //# sourceMappingURL=biometric.d.ts.map