import type { DeleteDataAction, TreeRoot } from "./types";
export declare function applyDeleteActionToTree(p: DeleteDataAction, tree: TreeRoot): void;
