/** * Core script: save-memory * * Create or update a structured memory entry and its index. * Stores memory as a resource at `memory/.md` (personal scope) * and maintains a `memory/MEMORY.md` index. */ export default function saveMemoryScript(args: string[]): Promise; //# sourceMappingURL=save-memory.d.ts.map