import { CacheContainerOptions } from '../interface/cache-container-options'; export declare function CacheContainer(options: CacheContainerOptions | string): ClassDecorator;