import Poly3 from './type'

export default clone

declare function clone(polygon: Poly3): Poly3
declare function clone(out: Poly3, polygon: Poly3): Poly3
