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