import type { IJsonData, IParserCfg, IParserData } from '@antv/l7-core'; export default function json(data: IJsonData, cfg: IParserCfg): IParserData;