export declare function cacheProperty(): (target: any, functionName: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare function cacheMethodWithNoArgs(): (target: any, functionName: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare function cacheStaticFunc(): (target: any, functionName: string, descriptor: PropertyDescriptor) => PropertyDescriptor;