/**
* The contract type of the employee.
*/
export declare enum ContractType {
    FullTime,
    PartTime,
    ZeroHour,
    Unspecified
}
