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