import type { ILayer, ILayerPlugin } from '@antv/l7-core'; /** * Model 更新 */ export default class UpdateModelPlugin implements ILayerPlugin { apply(layer: ILayer): void; }