/**
 * Enhanced Swarm Command - Integration with new comprehensive swarm system
 */
import { Command } from "../cliffy-compat.js";
export interface CommandContext {
    args: string[];
    flags: Record<string, any>;
}
export declare function swarmAction(ctx: CommandContext): Promise<void>;
export declare const swarmCommand: Command;
//# sourceMappingURL=swarm.d.ts.map