/** * The global configuration object for RxJS, used to configure things * like what Promise contructor should used to create Promises */ export declare const config: { Promise: PromiseConstructorLike; useDeprecatedSynchronousErrorHandling: boolean; };