/** * FetchAPI is the type of the fetch function. */ export type FetchAPI = WindowOrWorkerGlobalScope['fetch']; export declare const isomorphicFetch: () => FetchAPI;