import Line3 from './type'

export default copy

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