type WakeLockObject = EventTarget | null; export declare const wakeLockApi: any; export declare const requestWakeLock: () => Promise; export declare const _clearCachedWakeLockApi: () => void; declare const bespokeWakeLock: () => Promise; export default bespokeWakeLock;