export declare function cache(value: () => Value, context: ClassGetterDecoratorContext): () => Value;