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