import { AppSessionService } from '../session/app-session.service'; export declare class AppUrlService { private readonly _appSessionService; static tenancyNamePlaceHolder: string; constructor(_appSessionService: AppSessionService); get appRootUrl(): string; /** * Returning url ends with '/'. */ getAppRootUrlOfTenant(tenancyName?: string): string; private ensureEndsWith; private removeFromEnd; private removeFromStart; }