interface SseStreamConfigOptions { readonly headers: { [header: string]: string; }; readonly observe: 'events'; } export declare const SSE_STREAM_CONFIG_OPTIONS: SseStreamConfigOptions; export {};