import type { FeatureCollection, Geometries, Properties } from '@turf/helpers'; import type { IParserData } from '../interface'; import type { ITileParserCFG } from '@antv/l7-core'; export default function geojsonVTTile(data: FeatureCollection, cfg: ITileParserCFG): IParserData;