export declare class GlideLRUCache { constructor(); constructor(maxSize: number); get(key: any): any; }