import Line2 from './type'

export default copy

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