import { ThisExpression } from 'estree'; export declare function execThisExpression(exp: ThisExpression, context: Object): Object;