import * as C from "./core.js"; /** * Transforms this sink's result. */ export declare function map_(self: C.Sink, f: (z: Z) => Z1): C.Sink; /** * Transforms this sink's result. * * @ets_data_first map_ */ export declare function map(f: (z: Z) => Z1): (self: C.Sink) => C.Sink; //# sourceMappingURL=map.d.ts.map