declare namespace RNIdleTimer { function setIdleTimerDisabled(disabled: boolean, tag?: string): void; } export = RNIdleTimer;