/** * marketing command * * Deploy the 7-agent Marketing Team swarm with a single command. * * Usage: * npx agentlaunch marketing * npx agentlaunch marketing --dry-run * npx agentlaunch marketing --output ./my-team */ import { Command } from "commander"; export declare function registerMarketingCommand(program: Command): void; //# sourceMappingURL=marketing.d.ts.map