import { Effect } from "@effect/core/io/Effect/definition"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Effectfully transforms this sink's result. * @tsplus static effect/core/stream/Sink.Aspects mapEffect * @tsplus pipeable effect/core/stream/Sink mapEffect * @tsplus location "@effect/core/stream/Sink/operations/mapEffect" */ export declare function mapEffect(f: (z: Z) => Effect): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=mapEffect.d.ts.map