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