export interface DreamingState { lastConsolidatedAt: string | null; lastSessionCount: number; } export declare function readDreamingState(memoryDir?: string): Promise; export declare function writeDreamingState(state: DreamingState, memoryDir?: string): Promise; //# sourceMappingURL=dreaming-state.d.ts.map