import Plane from './type'

export default copy

declare function copy(out: Plane, plane: Plane): Plane
