import { IObservable } from '../../../../../type/observable.type';
export declare function debounceImmediateObservable<GValue>(subscribe: IObservable<GValue>): IObservable<GValue>;
