import { BaseNative } from '../index.common'; import { GeoJSONGeometryReaderOptions } from './geojsonreader'; import { FeatureCollection } from './feature'; import { Projection } from '../projections'; export declare class GeoJSONGeometryReader extends BaseNative { createNative(): com.carto.geometry.GeoJSONGeometryReader; readFeatureCollection(str: string): FeatureCollection; targetProjection: Projection; }