/** * Memory management CLI commands. * * Each subcommand lives in its own module for focused maintenance. * This file assembles them into the `rolebox memory` command tree. * * @module */ declare const _default: import("citty").CommandDef; export default _default; //# sourceMappingURL=memory.d.ts.map