import { IScanFunction } from '../../../../../../observer/pipes/built-in/scan/scan-function.type';
import { IObservablePipe } from '../../../../type/observable-pipe.type';
export declare function scanObservablePipe<GIn, GOut>(scanFunction: IScanFunction<GIn, GOut>, initialValue: GOut): IObservablePipe<GIn, GOut>;
