import { IObservable } from '../../../../../type/observable.type';
import { IObservablePipe } from '../../../../type/observable-pipe.type';
export declare function mergeAllObservablePipe<GValue>(maxNumberOfSubscriptions?: number): IObservablePipe<IObservable<GValue>, GValue>;
