import { IDefaultInNotificationsUnion } from '../../../../../../misc/notifications/default-notifications-union.type';
import { IObservablePipe } from '../../../../type/observable-pipe.type';
import { INotificationsToValuesObservableOnErrorFunction } from './notifications-to-values-observable-on-error-function.type';
export declare function notificationsToValuesObservablePipe<GValue>(onError?: INotificationsToValuesObservableOnErrorFunction<GValue>, maxNumberOfValues?: number): IObservablePipe<IDefaultInNotificationsUnion<GValue>, GValue[]>;
