export declare function cache(target: any, name: string, descriptor: PropertyDescriptor): any; export declare function caching(fun: F): F;