/** * CLI Commands barrel export + combined registration */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerAllCommands(program: Command, ctx: ServiceContext): void; export { registerQueryCommands } from './query-commands.js'; export { registerFunctionCommands } from './function-commands.js'; export { registerWorkspaceCommands } from './workspace-commands.js'; //# sourceMappingURL=index.d.ts.map