/**
 * Remove all rectangles that are fully contained within others
 * @param {QuadTreeNode} boxes
 */
export function removeRedundantBoxes(boxes: QuadTreeNode): void;
//# sourceMappingURL=removeRedundantBoxes.d.ts.map