import Line3 from './type'

export default reverse

declare function reverse(out: Line3, line: Line3): Line3
