import { IObservablePipe } from '../../../../type/observable-pipe.type';
export declare function takeObservablePipe<GValue>(count: number): IObservablePipe<GValue, GValue>;
