export declare enum FilterCombinations { AREA = "area", AREA_ATTENDANCE = "areaAttendance", AREA_DISCIPLINE = "areaDiscipline", COUNTRY = "country", COUNTRY_CITY = "countryCity", COUNTRY_AREA_CITY = "countryAreaCity", DEGREE = "degree", DURATION = "duration", FORMAT = "format", COUNTRY_DEGREE = "countryDegree", COUNTRY_DURATION = "countryDuration", COUNTRY_FORMAT = "countryFormat", COUNTRY_TUITION_FEE = "countryTuitionFee", COUNTRY_EDUCATIONAL_FORM = "countryEducationalForm", COUNTRY_ATTENDANCE_DEGREE = "countryAttendanceDegree", COUNTRY_DURATION_DEGREE = "countryDurationDegree", COUNTRY_SPECIAL_PROGRAMMES = "countrySpecialProgrammes", CONTINENT_FORMAT = "continentFormat", CONTINENT_DURATION = "continentDuration", CONTINENT_SPECIAL_PROGRAMMES = "continentSpecialProgrammes", DISCIPLINE_AREA = "disciplineArea", DISCIPLINE_ATTENDANCE = "disciplineAttendance", DISCIPLINE_COUNTRY = "disciplineCountry", DISCIPLINE_CONTINENT = "disciplineContinent", DISCIPLINE_DEGREE = "disciplineDegree", DISCIPLINE_DURATION = "disciplineDuration", DISCIPLINE_FORMAT = "disciplineFormat", DISCIPLINE_TUITION_FEE = "disciplineTuitionFee", DISCIPLINE_EDUCATIONAL_FORM = "disciplineEducationalForm", DISCIPLINE_TUITION_FEE_ATTENDANCE = "disciplineTuitionFeeAttendance", DISCIPLINE_COUNTRY_EDUCATIONAL_FORM = "disciplineCountryEducationalForm", DISCIPLINE_CONTINENT_ATTENDANCE = "disciplineContinentAttendance", DISCIPLINE_SPECIAL_PROGRAMMES = "disciplineSpecialProgrammes", DISCIPLINE_COUNTRY_ATTENDANCE = "disciplineCountryAttendance", DISCIPLINE_COUNTRY_FORMAT = "disciplineCountryFormat", DEGREE_COUNTRY_DISCIPLINE = "degreeCountryDiscipline", DEGREE_ATTENDANCE_DISCIPLINE = "degreeAttendanceDiscipline", DEGREE_COUNTRY_TUITION_FEE = "degreeCountryTuitionFee", DEGREE_COUNTRY_ATTENDANCE = "degreeCountryAttendance", DEGREE_TUITION_FEE = "degreeTuitionFee", DEGREE_ATTENDANCE_TUITION_FEE = "degreeAttendanceTuitionFee", DEGREE_ATTENDANCE_FORMAT = "degreeAttendanceFormat", DEGREE_AREA = "degreeArea", DEGREE_FORMAT = "degreeFormat", DEGREE_CONTINENT = "degreeContinent", DEGREE_AREA_TUITION_FEE = "degreeAreaTuitionFee", DEGREE_CONTINENT_TUITION_FEE = "degreeContinentTuitionFee", DEGREE_DURATION = "degreeDuration", DEGREE_FORMAT_TUITION_FEE = "degreeFormatTuitionFee", DEGREE_SPECIAL_PROGRAMMES = "degreeSpecialProgrammes", DEGREE_ATTENDANCE_SPECIAL_PROGRAMMES = "degreeAttendanceSpecialProgrammes", DISCIPLINE = "discipline", UNFILTERED = "unfiltered", UNIVERSITY_COUNTRY = "universityCountry", ATTENDANCE_DISCIPLINE = "attendancedDiscipline", ATTENDANCE_DEGREE = "attendanceDegree", ATTENDANCE_TUITION_FEE = "attendanceTuitionFee", ATTENDANCE_DURATION = "attendanceDuration", ATTENDANCE_FORMAT = "attendanceFormat", ATTENDANCE_AREA = "attendanceArea", ATTENDANCE_CONTINENT = "attendanceContinent", COUNTRY_ATTENDANCE = "countryAttendance", ATTENDANCE = "attendance", CONTINENT = "continent", CONTINENT_TUITION_FEE = "continentTuitionFee", TUITION_FEE = "tuitionFee", SPECIAL_PROGRAMMES = "specialProgrammes", RANKED_AREA = "rankedArea", RANKED_AREA_DISCIPLINE = "rankedAreaDiscipline", RANKED_ATTENDANCE = "rankedAttendance", RANKED_ATTENDANCE_DISCIPLINE = "rankedAttendancedDiscipline", RANKED_CONTINENT = "rankedContinent", RANKED_CONTINENT_ATTENDANCE = "rankedContinentAttendance", RANKED_COUNTRY = "rankedCountry", RANKED_COUNTRY_ATTENDANCE = "rankedCountryAttendance", RANKED_DISCIPLINE_COUNTRY = "rankedDisciplineCountry", RANKED_DISCIPLINE = "rankedDiscipline", RANKED_UNFILTERED = "rankedUnfiltered" }