import type { ParseNode } from '../parser/ParseNode.mts'; import type { ValueEvaluator } from '#self'; /** https://tc39.es/ecma262/#sec-comma-operator-runtime-semantics-evaluation */ export declare function Evaluate_CommaOperator({ ExpressionList }: ParseNode.CommaOperator): ValueEvaluator; //# sourceMappingURL=CommaOperator.d.mts.map