import { Expression } from 'estree'; export declare function execExpression(exp: Expression, context: Object): any; export declare function evaluation(code: string, context: Object): any;