import { Effect } from "@effect/core/io/Effect/definition"; import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a stream from an effect producing a value of type `Collection` * @tsplus static effect/core/stream/Stream.Ops fromCollectionEffect * @tsplus location "@effect/core/stream/Stream/operations/fromCollectionEffect" */ export declare function fromCollectionEffect(collection: Effect>): Stream; //# sourceMappingURL=fromCollectionEffect.d.ts.map