import Line3 from './type'
import Vec3 from '../vec3/type'

export default distanceToPoint

declare function distanceToPoint(line: Line3, point: Vec3): number
