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