export type { Fetcher } from "./fetcher"; import { Fetcher } from "./fetcher"; export declare function makeHttpFetcher(uri: string): Fetcher;