export { visitChildren } from "./lib/index.js"; export type Visitor = import('./lib/index.js').Visitor; export type Visit = import('./lib/index.js').Visit;