/// <reference lib="dom" />

declare module '@exodus/fetch' {
  export const fetch: typeof window.fetch;
}
