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