export declare function getOrSet(map: Map, key: K, factory: (map: Map) => V): V;