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