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