/** * Pipeline CLI Commands - 8 commands for pipeline operations */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerPipelineCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=pipeline-commands.d.ts.map