/** * 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 { registerFactoryCommands } from './factory-commands.js'; export { registerPipelineCommands } from './pipeline-commands.js'; export { registerDatasetCommands } from './dataset-commands.js'; export { registerLinkedServiceCommands } from './linked-service-commands.js'; export { registerDataFlowCommands } from './data-flow-commands.js'; export { registerTriggerCommands } from './trigger-commands.js'; export { registerIntegrationRuntimeCommands } from './integration-runtime-commands.js'; //# sourceMappingURL=index.d.ts.map