import { IBindingContext } from '../interface/exported';
export declare function evaluateExpression(text: string, _class: IBindingContext): any;
