export declare enum StorageType {
    SESSION_STORAGE = 1,
    LOCAL_STORAGE = 2
}
