import { FastifyInstance } from 'fastify'; /** * Tool Search API Routes * * Returns aggregated tools from the gateway cache with wrapped inputSchema * (including serverName, toolName, toolArgs, and requestOptions fields). * Uses tokenized matching on tool name and description, sorted by match count. * * @param fastify - The Fastify instance to register routes on * @returns Promise that resolves when all routes are registered */ export declare function webSearchRoutes(fastify: FastifyInstance): Promise; //# sourceMappingURL=search.d.ts.map