export declare enum EmployerMgmtRouteType { GetEmployerList = "getEmployerList", GetEmployerLocation = "getEmployerLocation", AddEmployer = "addEmployer", UpdateEmployer = "updateEmployer", SubmitEmployerLocation = "submitEmployerLocation" }