import { Feature, MultiPolygon, Polygon } from "geojson"; /** * If feature is a MultiPolygon, scans and returns the polygon with the largest area. */ export declare function biggestPolygon(feature: Feature): Feature;