import type { SetDataAction, TreeRoot } from "./+types.async-tree.js";
export declare function applySetActionToTree<K, D>(p: SetDataAction<K, D>, root: TreeRoot<K, D>): boolean;
