import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a stream from an Collection collection of values. * @tsplus static effect/core/stream/Stream.Ops fromCollection * @tsplus location "@effect/core/stream/Stream/operations/fromCollection" */ export declare function fromCollection(as: Collection): Stream; //# sourceMappingURL=fromCollection.d.ts.map