import { Plugin } from './Plugin'; import { Cache, CacheOptions } from '../caching/Cache'; export declare class PluginCache extends Plugin { constructor(config: Cache | [new (...args: any[]) => Cache, CacheOptions]); }