export declare const setBoundedCacheEntry: <Key, Value>(cache: Map<Key, Value>, key: Key, value: Value, maxEntries: number) => void;
