import { SettingsService } from './setting.service'; export declare class TenantService { private settingsSrv; private isMultiTenantMode; private tenantId; constructor(settingsSrv: SettingsService); readonly multiTenantMode: boolean; readonly isPlatformAdmin: boolean; }