/// <reference lib="dom" />
declare const fetch: typeof globalThis.fetch;
export { fetch };
