import type { ParseNode } from '../parser/ParseNode.mts'; import type { JSStringValue } from '../value.mts'; /** https://tc39.es/ecma262/#sec-static-semantics-privateboundidentifiers */ export declare function PrivateBoundIdentifiers(node: ParseNode | readonly ParseNode[]): JSStringValue[]; //# sourceMappingURL=PrivateBoundIdentifiers.d.mts.map