import { ISyncKeyStrategy } from '../types/key.strategy.types.js'; import { ISynchronousCacheType } from '../types/cache.types.js'; export declare function SyncCache(cachingStrategy: ISynchronousCacheType, options?: any, keyStrategy?: ISyncKeyStrategy): (target: Object, methodName: string, descriptor: PropertyDescriptor) => PropertyDescriptor;