/** * swarm-from-org command * * Parse a YAML org chart and deploy an AI agent swarm. * * Usage: * npx agentlaunch swarm-from-org people.yaml * npx agentlaunch swarm-from-org people.yaml --dry-run * npx agentlaunch swarm-from-org people.yaml --yes */ import { Command } from "commander"; export declare function registerSwarmFromOrgCommand(program: Command): void; //# sourceMappingURL=swarm-from-org.d.ts.map