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