import { FetchedContent } from '../internal'; export declare function fetchUrlContent(urlString: string, isMetadataRequest?: boolean, // If true, only fetches headers (HEAD request) range?: { offset: number; length: number; }, maxBytes?: number): Promise; export declare function cleanHtmlToMarkdown(html: string, baseUrl?: string): string; //# sourceMappingURL=webFetcher.d.ts.map