import { IObservable } from '../../../../../type/observable.type';
import { ISingleObservableNotifications } from './single-observable-notifications.type';
export declare function singleWithNotifications<GValue>(value: GValue): IObservable<ISingleObservableNotifications<GValue>>;