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