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