tasq/node_modules/@claude-flow/codex/dist/dual-mode/cli.d.ts

10 lines
262 B
TypeScript

/**
* 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