/** * Dual-Mode CLI Commands * CLI interface for running collaborative dual-mode swarms */ import { Command } from 'commander'; /** * Create the dual-mode command */ export declare function createDualModeCommand(): Command; //# sourceMappingURL=cli.d.ts.map