import { Node } from "./Node";
export declare function remove(node: Node, nodeMap: Record<string, boolean>): Node;
