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