export declare function getOrSetDefault(map: Map, key: K, getDefaultValue: () => V): V;