/**
 * Terminal MCP Tools for CLI
 *
 * V2 Compatibility - Terminal session management tools
 *
 * ⚠️ IMPORTANT: These tools provide STATE MANAGEMENT only.
 * - terminal/execute does NOT actually execute commands
 * - Commands are recorded for tracking/coordination purposes
 * - For real command execution, use Claude Code's Bash tool
 */
import type { MCPTool } from './types.js';
export declare const terminalTools: MCPTool[];
//# sourceMappingURL=terminal-tools.d.ts.map