export declare const WEB_FETCH_TOOL_NAME = "web_fetch"; export declare const WEB_SEARCH_TOOL_NAME = "web_search"; export declare const WebFetchTool: import("../../public-types.js").ToolDefinition<{ url: string; }>; export declare const WebSearchTool: import("../../public-types.js").ToolDefinition<{ query: string; limit?: number | undefined; }>; //# sourceMappingURL=web.d.ts.map