import type { DeleteDataAction, TreeRoot } from "./+types.async-tree";
export declare function applyDeleteActionToTree<K, D>(p: DeleteDataAction, tree: TreeRoot<K, D>): void;
