declare const mapSize: <TKey, TValue>(value: Map<TKey, TValue>) => number;
export { mapSize };
