import type * as C from "../core.js"; /** * Creates a stream from an iterable collection of values */ export declare function fromIterable(as: Iterable): C.UIO; //# sourceMappingURL=fromIterable.d.ts.map