export declare class RootUrlService {
    static getClientCmsUrl(): string;
    static getClientServiceUrl(): string;
    static getServerCmsUrl(): string;
    static getServerCmsServiceUrl(): string;
    static getWebServicePath(): string;
}
