import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class WmtsClientService {
    private http;
    private xmlmarshaller;
    private xmlunmarshaller;
    constructor(http: HttpClient);
    getCapabilities(url: string, version?: string): Observable<object>;
    static ɵfac: i0.ɵɵFactoryDeclaration<WmtsClientService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WmtsClientService>;
}
