import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-generator-function-definitions-runtime-semantics-evaluation */ export declare function Evaluate_GeneratorExpression(GeneratorExpression: ParseNode.GeneratorExpression): import("../index.mts").Mutable; //# sourceMappingURL=GeneratorExpression.d.mts.map