export declare class HomeService { private omniaContext; private appService; private versionedLayoutStore; private multilingualStore; getTenantHomeUrl: () => Promise<{ title: string; url: string; msTeamUrl: string; }>; getProfileHomeUrl: () => Promise<{ title: string; url: string; msTeamUrl: string; }>; private getPublishedHome; private getWorkplaceAppRoute; }