export declare abstract class ComputedValue {
    expressionText: string;
}
