import type { Tool } from '../../types/tools.js'; import type { McpRegistry } from '../../mcp/registry.js'; export declare function createMcpTool(mcpRegistry: McpRegistry): Tool; //# sourceMappingURL=index.d.ts.map