interface MemoryWriterInput { readonly objective: string; readonly state: readonly string[]; readonly decisions: readonly string[]; readonly constraints: readonly string[]; readonly blockers: readonly string[]; readonly nextActions: readonly string[]; readonly references: readonly string[]; readonly previousSummary?: string; } export declare function writeMemoryMd(workspaceRoot: string, data: MemoryWriterInput): Promise; export {}; //# sourceMappingURL=memory-writer.d.ts.map