import type * as C from "./core.js"; /** * Transforms both inputs and result of this sink using the provided functions. */ export declare function dimap_(self: C.Sink, f: (in_: In1) => In, g: (z: Z) => Z1): C.Sink; /** * Transforms both inputs and result of this sink using the provided functions. * * @ets_data_first dimap_ */ export declare function dimap(f: (in_: In1) => In, g: (z: Z) => Z1): (self: C.Sink) => C.Sink; //# sourceMappingURL=dimap.d.ts.map