import { CommandDefinition } from './types.js'; /** * Registry of all OpenSpec CLI commands with their flags and metadata. * This registry is used to generate shell completion scripts. */ export declare const COMMAND_REGISTRY: CommandDefinition[]; //# sourceMappingURL=command-registry.d.ts.map