/** * Flow CLI Commands - 9 commands for flow/workflow/business rule inspection */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerFlowCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=flow-commands.d.ts.map