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