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