import type * as CK from "../../../Collections/Immutable/Chunk/index.js"; import type * as C from "./core.js"; /** * Transforms both input chunks and result of this sink using the provided functions. */ export declare function dimapChunks_(self: C.Sink, f: (in_: CK.Chunk) => CK.Chunk, g: (z: Z) => Z1): C.Sink; /** * Transforms both input chunks and result of this sink using the provided functions. * * @ets_data_first dimapChunks_ */ export declare function dimapChunks(f: (in_: CK.Chunk) => CK.Chunk, g: (z: Z) => Z1): (self: C.Sink) => C.Sink; //# sourceMappingURL=dimapChunks.d.ts.map