import type * as C from "./core.js"; /** * Transforms this sink's input elements. */ export declare function contramap_(self: C.Sink, f: (in_: In1) => In): C.Sink; /** * Transforms this sink's input elements. * * @ets_data_first contramap_ */ export declare function contramap(f: (in_: In1) => In): (self: C.Sink) => C.Sink; //# sourceMappingURL=contramap.d.ts.map