/** * replace mat with another map * * replace value one by one without clearing destination * * @param destination * @param source * @constructor */ export default function ReplaceParameters(destination: Map, source: Map): Map;