/**
 * Education Events Package
 * School, college, and educational events (ages 5-22)
 */
export { likeSchool, dropBooks, fieldTrip, vendingMachine, schoolAssembly, schoolFight, schoolLunch, forgotCombo, lateToSchool, tiredInClass } from './schoolLife';
export { actTest, actTestTake, satTest } from './tests';
export { extracurricular, collegeExtracurricular, chooseMajor, chooseCollege } from './activities';
export { popQuiz, raisedHandNotCalled, lostHomework, presentationNerves, teacherFavorite, studyGroupInvite, extracurricularBurnout, cafeteriaFoodPoisoning, substituteTeacher, collegeAllNighter } from './quickWins';
export { reportCardDay, schoolDance, promEvent, scienceFair, schoolBullying, classPresident, detention, collegePrep, graduationDay, schoolMilestoneEvents, } from './schoolMilestones';
export { tutoringRequest, cafeteriaSocialChoice, cheatingOpportunity, foundWalletSchool, groupProject, lockerRoomGossip, talentShow, sportsTryouts, teacherConflict, libraryDiscovery, schoolSocialEvents, } from './schoolSocial';
//# sourceMappingURL=index.d.ts.map