export declare function evaluate(expression: string, context?: (identifier: string) => any): any;
export declare function evaluateObject(expression: string, value: any): any;
