import EsriMapServerResource from './esri-map-server'; import type { ResourceKind } from './resource'; export default class EsriDynamicMapLayerResource extends EsriMapServerResource { readonly kind: ResourceKind; label(): string; getMapLibreSourceUrl(): string; }