/* eslint-disable @typescript-eslint/no-explicit-any */
// NOTE package with typings doesn't exists
declare module 'event-source-polyfill' {
  export const NativeEventSource: any;
  export const EventSourcePolyfill: any;
}
