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