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