import { IObservable } from '../../../../../../type/observable.type';
import { IFromIterableObservableNotifications } from './from-iterable-observable-notifications.type';
export declare function fromIterableWithNotifications<GValue>(iterable: Iterable<GValue>): IObservable<IFromIterableObservableNotifications<GValue>>;
