import { IObserverPipe } from '../../type/observer-pipe.type';
export declare function logObserverPipe<GValue>(name?: string): IObserverPipe<GValue, GValue>;
