import type { TreeParent, TreeRoot } from "./+types.async-tree.js";
export declare function maybeApplyParentRemoveSelf<K, D>(pathNode: TreeParent<K, D> | TreeRoot<K, D>): boolean;
