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

export default direction

declare function direction(line: Line3): Vec3
