export declare const CacheProperty: { value: (target: any, name: string, value: any) => any; get: (target: any, name: string, get: Function) => any; }; //# sourceMappingURL=CacheProperty.d.ts.map