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