/** * Terminal MCP Tools for CLI * * Terminal session management with real command execution. */ import { type MCPTool } from './types.js'; export declare const terminalTools: MCPTool[]; //# sourceMappingURL=terminal-tools.d.ts.map