import type { IParserData } from '@antv/l7-core'; export declare function map(data: IParserData, options: { [key: string]: any; }): IParserData;