export declare function Cached(timeInSeconds?: number, cacheFailures?: boolean): (target: any, propName: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
