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

export default intersectPointOfLines

declare function intersectPointOfLines(a: Line2, b: Line2): Vec2
