import type { IParserData } from '../interface'; import type { ITileParserCFG } from '@antv/l7-core'; export default function jsonTile(url: string, cfg: ITileParserCFG): IParserData;