import type { MValue, Properties, S2Feature, VectorFeature, VectorGeometry } from '../index.js'; /** * Convert an S2Feature to a GeoJSON Feature * @param data - S2Feature * @returns - GeoJSON Feature */ export declare function toWM, D extends MValue = Properties, P extends Properties = Properties, G extends VectorGeometry = VectorGeometry>(data: S2Feature): VectorFeature;