import type { TenantConfig } from '@/models/tenant-config/tenantConfig.model.ts'; export declare class TenantConfigService { static getConfig(): Promise; }