import { Cache } from "cache-manager";
import { CacheableConfiguration } from "./cacheable.interfaces";
export declare let cache: Cache;
export declare let cacheConfigOption: CacheableConfiguration;
export declare const setCacheManager: (c: Cache) => void;
export declare const getCacheManager: () => Cache;
export declare const setCacheConfiguration: (c: CacheableConfiguration) => void;
