/** * Memory CLI — `aiwg memory ` * * Thin subsystem wrapper around `runSubsystemCli('memory', ...)` for * the `memory` storage subsystem. Subcommands and behavior live in * `src/storage/subsystem-cli.ts` so memory and reflections share the * same implementation. * * @issue #934 * @issue #966 */ export declare function main(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map