import { Base, IEqualityComparer$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class LruCache$2 extends Base { static $t: Type; protected $tKey: Type; protected $tValue: Type; private e; private readonly d; private a; constructor($tKey: Type, $tValue: Type, a: number, b: IEqualityComparer$1); get f(): number; set f(a: number); get g(): number; item(a: TKey): TValue; h(a: TKey, b: TValue): void; i(): void; c(a: TKey): boolean; }