/** * Memory list subcommand. * * @module */ export declare const listCommand: import("citty").CommandDef<{ readonly scope: { readonly type: "string"; readonly description: "Filter by scope (workspace|role|both)"; readonly default: "both"; }; readonly category: { readonly type: "string"; readonly description: "Filter by category"; }; readonly limit: { readonly type: "string"; readonly description: "Max entries (default: 20)"; readonly default: "20"; }; readonly sort: { readonly type: "string"; readonly description: "Sort order (recent|relevance|accessed)"; readonly default: "recent"; }; }>; //# sourceMappingURL=memory-list.d.ts.map