/** * Sets the value into the map and returns the value. * */ export declare function setMapValue(map: Map, key: K, value: T): T; //# sourceMappingURL=map.d.ts.map