/**
 * Education Service
 * Provides education management including schools, colleges, majors, and extracurriculars.
 */
export { type ElementarySchool, type HighSchool, type College, type CollegeMajor, type Focus, type Extracurricular, type EducationRecord, type ActivityRecord, type School, createElementarySchool, createHighSchool, createCollege, getElementarySchools, getHighSchools, getColleges, getMajors, getRandomElementarySchool, getRandomHighSchool, getRandomCollege, getRandomMajor, getSchoolById, getCollegeById, getMajorByTitle, getFocuses, getFocus, getRandomFocus, updateFocus, getExtracurriculars, getRandomExtracurricular, getExtracurricularByTitle, setExtracurricular, applyForExtracurricular, quitExtracurricular, getEducationLevelForAge, handleEducation, setEducation, clearEducationCaches, educationManager, } from './education_manager.js';
//# sourceMappingURL=index.d.ts.map