export declare const TaskSchedulerStore: { get: (key: string) => number | undefined; add: (key: string, value: number) => void; remove: (key: string) => void; has: (key: string) => boolean; }; //# sourceMappingURL=TaskScheduler.store.d.ts.map