import { CacheOptions } from "../interfaces/cache-options.interface";
export declare function CachePandaSet(cacheOptions: CacheOptions): (target: object, propertyKey: string | symbol, descriptor: PropertyDescriptor) => void;
//# sourceMappingURL=cache-panda-set.decorator.d.ts.map