import { Fetch, Init } from "../Fetch.js"; import { HttpResponseEither } from "./response/index.js"; export declare const fetch: (adapter: Fetch) => (url: string | URL, init?: Init) => Promise>; export declare const fetch_: (adapter: Fetch) => (url: string | URL, init?: Init) => Promise>;