/** * Swarm MCP Tools for CLI * * Tool definitions for swarm coordination. */ import type { MCPTool } from './types.js'; export declare const swarmTools: MCPTool[]; //# sourceMappingURL=swarm-tools.d.ts.map