import { IObservable } from '../../../../../../type/observable.type';
import { IFromArrayObservableNotifications } from './from-array-observable-notifications.type';
export declare function fromArrayWithNotifications<GValue>(array: ArrayLike<GValue>): IObservable<IFromArrayObservableNotifications<GValue>>;
