import type { ContextEpoch } from './context-epoch.js'; export declare function loadContextEpoch(filePath: string): ContextEpoch | undefined; export declare function saveContextEpoch(filePath: string, epoch: ContextEpoch): void; //# sourceMappingURL=context-epoch-store.d.ts.map