/**
 * Swarm MCP Tools for CLI
 *
 * Tool definitions for swarm coordination with file-based state persistence.
 * Replaces previous stub implementations with real state tracking.
 */
import { type MCPTool } from './types.js';
export declare const swarmTools: MCPTool[];
//# sourceMappingURL=swarm-tools.d.ts.map