export declare class RapidExtStorage { static get(key: string): T; static set(key: string, val: T): void; static remove(key: string): void; static clear(): void; }