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