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