import Geom3 from './type'
import Poly3 from '../poly3/type'

export default toPolygons

declare function toPolygons(geometry: Geom3): Array<Poly3>
