export declare class GlobalCache { private static getGlobalHash; static get(key: string): any; static set(key: string, value: any): void; }