export declare enum EmploymentType { FULLTIME = 0, PARTTIME = 1, SUBCONTRACTOR = 2, TEMPORARY = 3 }