import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Transforms both inputs and result of this sink using the provided * functions. * @tsplus static effect/core/stream/Sink.Aspects dimap * @tsplus pipeable effect/core/stream/Sink.Aspects dimap * @tsplus location "@effect/core/stream/Sink/operations/dimap" */ export declare function dimap(f: (input: In1) => In, g: (z: Z) => Z1): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=dimap.d.ts.map