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

export default origin

declare function origin(line: Line2): Vec2
