/** * Agent MCP Tools for CLI * * Tool definitions for agent lifecycle management with file persistence. * Includes model routing integration for intelligent model selection. */ import type { MCPTool } from './types.js'; export declare const agentTools: MCPTool[]; //# sourceMappingURL=agent-tools.d.ts.map