export declare const loadState: (key: string) => number | undefined; export declare const saveState: (key: string, firedAt: number) => void; export declare const deleteState: (key: string) => void; //# sourceMappingURL=RecurringTaskScheduler.store.d.ts.map