import Vec2 from '../vec2/type'

export default intersect

declare function intersect(p1: Vec2, p2: Vec2, p3: Vec2, p4: Vec2): Vec2
