/** * @param {SchemaElement[]} schema * @param {KeyValue[] | undefined} key_value_metadata * @returns {void} */ export function markGeoColumns(schema: SchemaElement[], key_value_metadata: KeyValue[] | undefined): void; import type { SchemaElement } from '../src/types.js'; import type { KeyValue } from '../src/types.js'; //# sourceMappingURL=geoparquet.d.ts.map