import { FeatureCollection, Polygon } from "@turf/helpers"; /** * http://turfjs.org/docs.html#dissolve */ export default function dissolve( featureCollection: FeatureCollection, options?: { propertyName?: string; } ): FeatureCollection;