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