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