/** Job positions */
export declare enum PositionEnum {
    'AF' = "AF",
    'BusinessOwner' = "BusinessOwner",
    'HR' = "HR",
    'ITDevops' = "ITDevops",
    'ITOther' = "ITOther",
    'ITSysAdmin' = "ITSysAdmin",
    'LC' = "LC",
    'Marketing' = "Marketing",
    'Other' = "Other",
    'PreSales' = "PreSales",
    'Production' = "Production",
    'Purchasing' = "Purchasing",
    'RD' = "RD",
    'Sales' = "Sales"
}
//# sourceMappingURL=PositionEnum.d.ts.map