/** * CLI Memory Command * Memory operations — SQLite-backed (better-sqlite3, sql.js WASM fallback) * * Split into sub-modules: * memory-crud.ts — store, retrieve, search * memory-list.ts — list, edit, templates * memory-admin.ts — delete, stats, configure, cleanup * memory-transfer.ts — compress, export, import */ import type { Command } from '../types.js'; export declare const memoryCommand: Command; export default memoryCommand; //# sourceMappingURL=memory.d.ts.map