import Geom3 from './type'
import Vec3 from '../../maths/vec3/type'

export default toPoints

declare function toPoints(geometry: Geom3): Array<Array<Vec3>>
