export declare function Computed(): (value: (this: any) => any, context: ClassGetterDecoratorContext) => (this: any) => any; export declare function Computed(value: (this: any) => any, context: ClassGetterDecoratorContext): (this: any) => any;