import { IMapFunction } from '../../../../../../observer/pipes/built-in/map/map-function.type';
import { IObservablePipe } from '../../../../type/observable-pipe.type';
export declare function mapObservablePipe<GIn, GOut>(mapFunction: IMapFunction<GIn, GOut>): IObservablePipe<GIn, GOut>;
