declare const calculateDepthForNode: (node: Element) => number;
export { calculateDepthForNode };
