import Poly3 from './type'

export default toString

declare function toString(polygon: Poly3): string
