import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { Connection } from '../connect.js'; export declare function registerSearchTool(server: McpServer, connection: Connection): void; //# sourceMappingURL=search.d.ts.map