export declare const DEFAULT_CACHE_TIME: number;
export declare const cacheCipher: {
    key: string;
    iv: string;
};
export declare const enableStorageEncryption = false;
