/** * Memory export subcommand. * * @module */ export declare const exportCommand: import("citty").CommandDef<{ readonly format: { readonly type: "string"; readonly description: "Output format (markdown|json)"; readonly default: "markdown"; }; readonly output: { readonly type: "string"; readonly alias: ["o"]; readonly description: "Write to file instead of stdout"; }; }>; //# sourceMappingURL=memory-export.d.ts.map