/** * Memory show subcommand. * * @module */ export declare const showCommand: import("citty").CommandDef<{ readonly id: { readonly type: "positional"; readonly description: "Memory entry ID"; readonly required: true; }; }>; //# sourceMappingURL=memory-show.d.ts.map