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