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