import { EnglishArabicDTO } from "bnsights-control-library"; export declare class SectorModel { Id: number; IDEncrypted: string; Name: EnglishArabicDTO; DepartmentsCount: number; }