import Poly3 from './type'
import Vec4 from '../../maths/vec4/type'

export default measureBoundingSphere

declare function measureBoundingSphere(polygon: Poly3): Vec4
