export declare function mutateMapEntry(map: Map, key: K, update: (value: V) => unknown, defaultValue: V): void;