import type { Tool } from '../../types/tools.js'; import type { WebSearchService } from '../../web-search/index.js'; export declare function createWebSearchTool(service: WebSearchService): Tool; //# sourceMappingURL=index.d.ts.map