/**
 * Packs {@link AABB2} boxes into defined bounds
 *
 * @param {number} width
 * @param {number} height
 * @param {AABB2[]} boxes
 * @returns {boolean} true if packing was successful, false otherwise
 */
export function packMaxRectangles(width: number, height: number, boxes: AABB2[]): boolean;
//# sourceMappingURL=packMaxRectangles.d.ts.map