import { Observable } from 'rxjs'; import { ErrorHandler } from '@angular/core'; import { FormNotification } from './form-notification'; export declare function getFormEffects(sourceInstance: any): Array<{ propertyKey: string; dispatch: boolean; resubscribeOnError: boolean; }>; export declare function mergeFormEffects(sourceInstance: any, errorHandler: ErrorHandler): Observable;