export declare class Timer { private static instance; private startTime; private timeout; private constructor(); static getInstance(timeout: number): Timer; static reset(): void; isTimedOut(): boolean; } //# sourceMappingURL=timer.d.ts.map