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