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

export default fromPoints

declare function fromPoints(out: Line2, point1: Vec2, point2: Vec2): Line2
