import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Creates a stream from an effect producing a value of type `Iterable[A]` */ export declare function fromIterableEffect(iterable: T.Effect>): C.Stream; //# sourceMappingURL=fromIterableEffect.d.ts.map