import type { ToolDefinition } from '../../../services/llm'; /** Maps qualified tool name → MCP server name for routing calls */ export declare const toolServerMap: Map; /** Tracks which qualified names are compiled YAML workflows */ export declare const yamlWorkflowMap: Map; /** Maps qualified tool name → full ChatCompletionTool definition */ export declare const toolDefCache: Map;