import { IObservablePipe } from '../../../../type/observable-pipe.type';
import { IThrottleTimeObservablePipeOptions } from './throttle-time-observable-pipe-options.type';
export declare function throttleTimeObservablePipe<GValue>(duration: number, options?: IThrottleTimeObservablePipeOptions): IObservablePipe<GValue, GValue>;
