export declare function pruneMapToMaxSize<K, V>(map: Map<K, V>, maxSize: number): void;
