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