export interface SSEEvent { id: string | null; type: string; data: string; } //# sourceMappingURL=SSEEvent.d.ts.map