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