import { ITapFunction } from '../../../../../../observer/pipes/built-in/tap/tap-function.type';
import { IObservablePipe } from '../../../../type/observable-pipe.type';
export declare function tapObservablePipe<GValue>(tapFunction: ITapFunction<GValue>): IObservablePipe<GValue, GValue>;