import { removedNodeMutation } from '../types'; export declare function deepDelete(addsSet: Set, n: Node): void; export declare function isParentRemoved(removes: removedNodeMutation[], n: Node): boolean; export declare function isAncestorInSet(set: Set, n: Node): boolean;