export * from "./redis"; export * from "./lru-in-memory"; export * from "./memcache"; export * from "./hazelcast"; export declare const SIGNATURE_SEPARATOR = ":"; export type StorageWrapper = { value: T; }; export declare function deepFreeze(obj: any): any; //# sourceMappingURL=index.d.ts.map