import Vec2 from '../maths/vec2/type'
import Path2 from '../geometries/path2/type'

export default line

declare function line(points: Array<Vec2>): Path2
