export declare const NOT_AVAILABLE = "not available"; export declare const supportedKeys: string[]; type SupportedKey = (typeof supportedKeys)[number]; export type FingerprintComponent = Record; export type TouchSupport = { maxTouchPoints: number; touchEvent: boolean; touchStart: boolean; }; export {};