import { HTTPConfig, HTTPResponse } from "../../types.js"; export declare const DEFAULTS: { maxBodyLength: number; maxContentLength: number; maxRedirects: number; }; export declare const fetch: (config: HTTPConfig) => Promise;