import { MonoTypeOperatorFunction, Observable } from 'rxjs'; export declare function fromFork(...streams: Array>): Observable; export declare function takeUntilNotNull(destroy$: any): MonoTypeOperatorFunction; export declare function takeUntilDestroy(component: any): MonoTypeOperatorFunction;