import { IObservable } from '../../../../../type/observable.type';
import { IEmptyObservableNotifications } from './empty-observable-notifications.type';
export declare function emptyWithNotifications(): IObservable<IEmptyObservableNotifications>;
