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