export declare class TimeoutStore { private _timeouts; add any>(key: string, callback: FunctionType, ms?: number, ...args: Parameters): void; remove(key: string): void; clean(): void; }