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