import { WmsClient } from '@dlr-eoc/utils-ogc';
import { HttpClient } from '@angular/common/http';
import * as i0 from "@angular/core";
/**
 * This file exports a wrapper around @dlr-eoc/utils-ogc/Wms for backwards compatibility.
 * While the WMS functionality has been moved to utils-ogc, we still maintain this wrapper
 * so that older clients don't need to change their imports.
 */
export { WmsVersion } from '@dlr-eoc/utils-ogc';
export declare class WmsService extends WmsClient {
    constructor(webClient: HttpClient);
    static ɵfac: i0.ɵɵFactoryDeclaration<WmsService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WmsService>;
}
