import { IObserverPipe } from '../../type/observer-pipe.type';
import { ITapFunction } from './tap-function.type';
export declare function tapObserverPipe<GValue>(tapFunction: ITapFunction<GValue>): IObserverPipe<GValue, GValue>;
