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