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