/** * Data Flow CLI Commands - 2 commands for data flow operations */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerDataFlowCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=data-flow-commands.d.ts.map