import type { ParseNode } from '../parser/ParseNode.mts'; import type { PlainEvaluator, PrivateName, PropertyKeyValue } from '#self'; /** https://tc39.es/ecma262/#sec-object-initializer-runtime-semantics-evaluation */ export declare function Evaluate_PropertyName(PropertyName: ParseNode.PropertyNameLike | ParseNode.PrivateIdentifier): PlainEvaluator; //# sourceMappingURL=PropertyName.d.mts.map