// @todo TypeScript does not include type definitions for the Screen Wake Lock API yet.
export interface IWakeLockSentinelEventMap {
    release: Event;
}
