/**
 * BVH leaves will contain `face_id` and their bounds will be set from the corresponding face bounds.
 * @param {BVH} bvh
 * @param {BinaryTopology} mesh
 */
export function bvh_build_from_bt_mesh(bvh: BVH, mesh: BinaryTopology): void;
//# sourceMappingURL=bvh_build_from_bt_mesh.d.ts.map