import type { TableBatch } from '@loaders.gl/schema';
import type { GeoJSONWriterOptions } from "../../geojson-writer.js";
/**
 * Encode a table as GeoJSON
 */
export declare function encodeTableAsGeojsonInBatches(batchIterator: AsyncIterable<TableBatch> | Iterable<TableBatch>, // | Iterable<TableBatch>,
inputOpts?: GeoJSONWriterOptions): AsyncIterable<ArrayBuffer>;
//# sourceMappingURL=geojson-encoder.d.ts.map