import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-grouping-operator-runtime-semantics-evaluation */ export declare function Evaluate_ParenthesizedExpression({ Expression }: ParseNode.ParenthesizedExpression): Generator, import("../evaluator.mts").EvaluatorNextType>; //# sourceMappingURL=ParenthesizedExpression.d.mts.map