declare const exp: { new (url: string | URL, eventSourceInitDict?: EventSourceInit | undefined): EventSource; prototype: EventSource; readonly CLOSED: number; readonly CONNECTING: number; readonly OPEN: number; }; export default exp;