import { type ValueEvaluator } from '../evaluator.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-binary-logical-operators-runtime-semantics-evaluation */ export declare function Evaluate_CoalesceExpression({ CoalesceExpressionHead, BitwiseORExpression }: ParseNode.CoalesceExpression): ValueEvaluator; //# sourceMappingURL=CoalesceExpression.d.mts.map