export default class WrapStorage {
    private static getPreKey;
    static setItem(key: string, obj: any): void;
    static removeItem(key: string): void;
    static getItem(key: string): any;
}
