declare const cacheTypes: {
    CAFFEINE: string;
    EHCACHE: string;
    HAZELCAST: string;
    INFINISPAN: string;
    MEMCACHED: string;
    REDIS: string;
    NO: string;
};
export default cacheTypes;
