/** * WebFetch — HTTP GET/POST with response truncation. * * Fetches a URL and returns status, headers, and (truncated) body. * Follows redirects. 30s timeout. Max 100k chars of response body. */ import type { Tool } from './index.js'; export declare const webFetchTool: Tool; //# sourceMappingURL=web-fetch.d.ts.map