export declare const isBleKeyMissingSupported: () => boolean; export declare const startBleKeyMissingTracking: () => boolean; export declare const stopBleKeyMissingTracking: () => void; export declare const hasBleKeyMissingSince: (deviceId: string, sinceMs: number) => boolean; export declare const onBleKeyMissing: (deviceId: string, callback: () => void) => (() => void); export declare const waitForBleKeyMissing: (deviceId: string, sinceMs: number, timeoutMs: number) => Promise; //# sourceMappingURL=bleKeyMissing.d.ts.map