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