/** employeesNumber */
export declare enum EmployeesNumberEnum {
    'Key_1000to1999' = "1000to1999",
    'Key_100To199' = "100To199",
    'Key_10To19' = "10To19",
    'Key_1Or2' = "1Or2",
    'Key_2000to4999' = "2000to4999",
    'Key_200To249' = "200To249",
    'Key_20To49' = "20To49",
    'Key_250To499' = "250To499",
    'Key_3To5' = "3To5",
    'Key_5000to9999' = "5000to9999",
    'Key_500to999' = "500to999",
    'Key_50To99' = "50To99",
    'Key_6To9' = "6To9",
    'over10000' = "over10000"
}
//# sourceMappingURL=EmployeesNumberEnum.d.ts.map