import Geom2 from './type'
import Vec2 from '../../maths/vec2/type'

export default fromPoints

declare function fromPoints(points: Array<Vec2>): Geom2
