export declare function webFetchTool(input: unknown): Promise<{ url: string; status: number; contentType: string | null; text: string; truncated: boolean; }>;