export declare enum SectorModelTypesEnums {
    Unassigned = 0,
    Services = 1,
    Agriculture = 2,
    ConsumerProducts = 3,
    Construction = 4
}
