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