import type { ResolvedToolDefinition } from "#runtime/types.js"; import type { JsonObject } from "#shared/json.js"; export declare const WEB_FETCH_INPUT_SCHEMA: JsonObject; export declare const WEB_FETCH_OUTPUT_SCHEMA: JsonObject; export declare const WEB_FETCH_TOOL_DEFINITION: ResolvedToolDefinition;