/**
 * Traverses the tree bottom-up, updating bounds as it goes
 * @param {BVH} bvh
 * @param {number} root
 * @returns {void}
 */
export function ebvh_update_hierarchy_bounds(bvh: BVH, root?: number): void;
//# sourceMappingURL=ebvh_update_hierarchy_bounds.d.ts.map