/** * Command Definitions Registry * * Aggregates help definitions from individual command modules. * Each command's help is defined in its own command-help.ts file. */ import type { CommandRegistry } from "./types.js"; /** * Central registry of all command help definitions. * Each command's help is imported from its respective command-help.ts file. */ export declare const COMMANDS: CommandRegistry; //# sourceMappingURL=command-definitions.d.ts.map