import type { SetDataAction, TreeRoot } from "./types.js";
export declare function applySetActionToTree(p: SetDataAction, root: TreeRoot): boolean;
