import { Observable } from '../core/Observable'; export declare const from: (ish: Observable | Iterable) => Observable;