import type { ParseNode } from '../parser/ParseNode.mts'; import { JSStringValue } from '../value.mts'; export declare function BoundNames(node: ParseNode | readonly ParseNode[]): JSStringValue[]; //# sourceMappingURL=BoundNames.d.mts.map