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