/**
* The employment status of the employee.
*/
export declare enum EmploymentStatus {
    Employee,
    Worker,
    Unspecified
}
