import { CallToolResult, ServerRequest, ServerNotification } from "@modelcontextprotocol/sdk/types.js"; import { RequestHandlerExtra } from "@modelcontextprotocol/sdk/shared/protocol.js"; import { BingSearchToolParamSchemaType } from "./tool-types"; export declare function bingSearchTool(params: BingSearchToolParamSchemaType, extra: RequestHandlerExtra): Promise; export declare const bingSearchToolName = "search_with_bing"; export declare const bingSearchToolDescription = "Search the web using Bing. This tool allows you to search the web using bing.com"; //# sourceMappingURL=bing-search.d.ts.map