/**
*
* @param {Object3D} o
* @returns {Vector4} center is x,y,z while radius is w
*/exportfunctioncomputeObjectBoundingSphere(o: Object3D): Vector4;
importVector4from"../../../../core/geom/Vector4.js";
//# sourceMappingURL=computeObjectBoundingSphere.d.ts.map