import { Node } from "./tree.js"; declare function nodeToStr(valToStr: (t: T) => string): (node: Node) => string; export { nodeToStr };