import { type FetchTuning, type TierResult } from "../fetch-utils.js"; export declare function rawFetch(url: string, maxChars?: number, tuning?: FetchTuning): Promise; export declare function fetchRawHtmlForMetadata(url: string): Promise;