/**
 *
 * @param {{mesh:ShadedGeometry, transform:mat4}[]} objects
 */
export function compute_bounding_sphere(objects: {
    mesh: ShadedGeometry;
    transform: mat4;
}[]): number[];
//# sourceMappingURL=compute_bounding_sphere.d.ts.map