import type { JSONCollection, MValue, Projection, Properties, VectorFeatures, VectorGeometry } from '../index.js'; /** * Convert a GeoJSON Feature to a GeoJSON Vector Feature in either a WebMercator or S2 projection * @param projection - output either S2 or WM * @param data - the data to convert * @param buildBBox - optional - build a bbox for the feature if desired * @param toUnitScale - optional - convert to unit scale. Assumed to be true if not specified * @returns - the converted data */ export declare function convert, D extends MValue = Properties, P extends Properties = Properties>(projection: Projection, data: JSONCollection, buildBBox?: boolean, toUnitScale?: boolean): VectorFeatures>[]; //# sourceMappingURL=convert.d.ts.map