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

export default hullPoints2

declare function hullPoints2(uniquePoints: Array<Vec2>): Array<Vec2>
