export interface IExpression { execute(value?: any): any; getExpressionType(): string; }