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