import LayerWmts from './layerwmts.js';
export default class LayerWmtsExternal extends LayerWmts {
    private static nextAvailableLayerId;
    private selected;
    get isSelected(): boolean;
    set isSelected(value: boolean);
    constructor(name: string, url: string, layer: string);
    clone(): LayerWmtsExternal;
}
