import type { IClusterOptions, IParserData } from '@antv/l7-core'; export declare function cluster(data: IParserData, option: Partial): IParserData; export declare function formatData(clusterPoint: any[]): any[];