import { HttpClient } from '@angular/common/http';
import { ExternalConfigurationHandlerInterface } from './external-configuration.handler';
import { ExternalConfiguration } from './ExternalConfiguration';
import * as i0 from "@angular/core";
export declare class ExternalService {
    private externalConfigurationService;
    constructor(externalConfigurationService: ExternalConfigurationHandlerInterface);
    updateExternalConfigurationHandlerInterface(externalConfigurationService: ExternalConfigurationHandlerInterface): void;
    getExternalConfiguration(): ExternalConfiguration;
    getProxyUri(): string;
    getRootUri(): string;
    getURL(): string;
    getHttp(): HttpClient;
    static ɵfac: i0.ɵɵFactoryDeclaration<ExternalService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ExternalService>;
}
