import * as EventSource from 'eventsource'; export type SSESource = EventSource; export type SSESourceOptions = EventSource.EventSourceInitDict;