10 lines
262 B
TypeScript
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
|