import { type PropertyKeyValue, PrivateName } from '../value.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-runtime-semantics-instantiategeneratorfunctionexpression */ export declare function InstantiateGeneratorFunctionExpression(GeneratorExpression: ParseNode.GeneratorExpression, name?: PropertyKeyValue | PrivateName): import("#self").Mutable; //# sourceMappingURL=InstantiateGeneratorFunctionExpression.d.mts.map