import { IObservablePipe } from '../../../../../type/observable-pipe.type';
import { IThenObservableInNotifications } from '../../then-observable';
import { IThenObservableOnRejected } from '../../then-observable-on-rejected.type';
import { IRejectedObservableOutNotifications } from './rejected-observable-out-notifications.type';
export declare function rejectedObservablePipe<GInNextValue, GOut>(onRejected: IThenObservableOnRejected<GOut>): IObservablePipe<IThenObservableInNotifications<GInNextValue>, IRejectedObservableOutNotifications<GInNextValue, GOut>>;
