import Vec2 from '../maths/vec2/type' import Path2 from '../geometries/path2/type' export default line declare function line(points: Array): Path2