export declare class GlideAppCache { static clear(): void; static get(key: string): any; static put(key: string, value: any): void; static remove(key: string): void; }