import { FeatureCollection, IdentifierOption } from './importParams'; export declare const validateGeoJSONObj: (data: FeatureCollection, uniqueIdentifier?: string, identifierOption?: IdentifierOption) => FeatureCollection; //# sourceMappingURL=validateGeoJSONObj.d.ts.map