/**
 * Autopilot MCP Tools
 *
 * 10 MCP tools for persistent swarm completion management.
 * Allows programmatic control of the autopilot loop via MCP.
 *
 * ADR-072: Autopilot Integration
 * @module @claude-flow/cli/mcp-tools/autopilot
 */
import type { MCPTool } from './types.js';
export declare const autopilotTools: MCPTool[];
//# sourceMappingURL=autopilot-tools.d.ts.map