export declare class CacheKeyGenerator { generate(...params: any[]): string; static create(): CacheKeyGenerator; }