export declare function mapGetOrSet<K, V>(map: Map<K, V>, key: K, valueToSet: V): V;
//# sourceMappingURL=mapGetOrSet.d.ts.map