import { Feature, FeatureCollection, MultiPolygon, Polygon } from 'geojson'; export declare function getMask(picked: Feature): FeatureCollection | undefined;