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