export declare const CacheKey: (key: string) => (target: object, key?: any, descriptor?: any) => any;
