export declare class TmpHelper { private static _obj; static get(key: string, remove?: boolean): any; static set(key: string, value: any): void; static clear(): void; static remove(key: string): void; }