/** * Returns the number of entries in the cache. * * @returns {number} Current number of items in the cache. */ export declare const size: () => number;