/** * alliance command * * Deploy the 27-agent ASI Alliance swarm with a single command. * * Usage: * npx agentlaunch alliance * npx agentlaunch alliance --dry-run * npx agentlaunch alliance --output ./alliance */ import { Command } from "commander"; export declare function registerAllianceCommand(program: Command): void; //# sourceMappingURL=alliance.d.ts.map