import type { ILayer, ILayerPlugin, IMapService } from '@antv/l7-core'; export default class DataSourcePlugin implements ILayerPlugin { protected mapService: IMapService; apply(layer: ILayer): void; private updateClusterData; }