import type { NodeModel } from "../types"; export declare const hasChildNodes: (tree: NodeModel[], nodeId: NodeModel["id"]) => boolean;