import type { Fetcher } from "./fetcher";
declare const httpsFetcher: Fetcher;
export default httpsFetcher;
