import type { S2Feature, VectorFeature } from '../'; /** * Convert an S2Feature to a GeoJSON Feature * @param data - S2Feature * @returns - GeoJSON Feature */ export declare function toWM(data: S2Feature): VectorFeature; //# sourceMappingURL=convert.d.ts.map