declare const WakeLockInterface: { setWakeLock(): Promise; releaseWakeLock(): Promise; }; export default WakeLockInterface;