import { TreePath } from '../../state/path/TreePath.js'; export type AnalyzedSDTFNode = { path: TreePath; name: string; };