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