/**
 *
 * @param {BufferGeometry} geometry
 * @returns {Vector4} x,y,z are sphere center and w is radius
 */
export function computeGeometryBoundingSphereMiniball(geometry: BufferGeometry): Vector4;
import Vector4 from "../../../../core/geom/Vector4.js";
//# sourceMappingURL=computeGeometryBoundingSphereMiniball.d.ts.map