import { TreePath } from '../../state/path/TreePath.js'; type NodeLike = { path: TreePath; }; export declare function computeIsContinuousNodesGraph(nodesLike: Array): boolean; export {};