/** * Prune an arbitrary set removing the first keys to have a set.size === maxItems. * Returns the count of deleted items. */ export declare function pruneSetToMax(set: Set | Map, maxItems: number): number; //# sourceMappingURL=map.d.ts.map