/** * Integration Runtime CLI Commands - 4 commands for IR operations */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerIntegrationRuntimeCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=integration-runtime-commands.d.ts.map