import Line2 from './type'

export default reverse

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