import type { Pair } from "@thi.ng/api"; import type { Reducer } from "./api.js"; /** * Reducer accepting key-value pairs / tuples and transforming / adding * them to an ES6 Map. Also see {@link assocObj}. */ export declare function assocMap(): Reducer, Map>; export declare function assocMap(src: Iterable>): Map; //# sourceMappingURL=assoc-map.d.ts.map