declare class Timer { timeout(timeMS: number): Promise; clearAll(): void; private timers_; } export { Timer }; //# sourceMappingURL=Timer.d.ts.map