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