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 (not raw MCP tools) */ export declare const yamlWorkflowMap: Map; /** Maps qualified tool name -> full tool definition */ export declare const toolDefCache: Map;