import { IObservable } from '../../../../../type/observable.type';
import { IOfObservableNotifications } from './of-observable-notifications.type';
export declare function ofWithNotifications<GValue>(...values: GValue[]): IObservable<IOfObservableNotifications<GValue>>;
