import { NewExpression } from 'estree'; export declare function execNewExpression(exp: NewExpression, context: Object): any;