export interface WakeLockModule { setWakeLock: () => Promise; releaseWakeLock: () => Promise; isWakeLocked: () => Promise; }