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

export default distanceToPoint

declare function distanceToPoint(line: Line2, point: Vec2): number
