import type { Tool } from '../tool/tool'; import type { MCPClient, MCPToolDefinition } from './types'; /** * Convert MCP tool to Fred Tool interface */ export declare function convertMCPToolToFredTool(mcpTool: MCPToolDefinition, mcpClient: MCPClient, serverId: string): Tool, unknown, never>; /** * Convert MCP tools to Fred Tool format (for registry) */ export declare function convertMCPToolsToFredTools(mcpTools: MCPToolDefinition[], mcpClient: MCPClient, serverId: string): Tool[]; //# sourceMappingURL=adapter.d.ts.map