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