import type { MValue, Properties, VectorFeatures, VectorMultiPolygon, VectorMultiPolygonGeometry } from '../../../index.js'; /** * Given a collection of polygons, if any of the polygons interact, merge them as a union * @param polygons - the polygons are from either a VectorFeature, VectorPolygonGeometry, or raw VectorPolygon * @returns - a union of polygons should a union exist. */ export declare function polygonsUnion, D extends MValue = Properties, P extends Properties = Properties>(polygons: VectorMultiPolygon | VectorMultiPolygonGeometry | VectorFeatures>): VectorMultiPolygonGeometry | undefined; //# sourceMappingURL=union.d.ts.map