1 | import { Observable } from 'rxjs';
|
2 | import { EffectNotification } from './effect_notification';
|
3 | import { EffectsErrorHandler } from './effects_error_handler';
|
4 | import { ErrorHandler } from '@angular/core';
|
5 | export declare function mergeEffects(sourceInstance: any, globalErrorHandler: ErrorHandler, effectsErrorHandler: EffectsErrorHandler): Observable<EffectNotification>;
|