declare function getMapElement<K, V>(map: Map<K, V>, key: K): V;
export { getMapElement };
