import type { GeoJSONTable, GeoJSONTableBatch, ArrowTable, ArrowTableBatch } from '@loaders.gl/schema'; export declare function parseGeoArrowSync(arrayBuffer: any, options?: { shape?: 'arrow-table' | 'geojson-table' | 'binary-geometry'; }): ArrowTable | GeoJSONTable; /** */ export declare function parseGeoArrowInBatches(asyncIterator: AsyncIterable | Iterable): AsyncIterable; //# sourceMappingURL=parse-geoarrow.d.ts.map