/**
 * Adulthood Events Package
 * Career, relationships, and family events (ages 18+)
 */
export { firstJob, jobApplication, employeeOfTheMonth, openBankAccount, jobOffer } from './career';
export { marriage, wedding } from './romance';
export { haveChild, pregnant, childBorn } from './family';
export { firstApartment, workLifeBalance, forgotBirthdayCall, friendsDrifting, unexpectedBill, promotionOpportunity, agingParent, careerChangeDesire, coworkerRivalry, divorceConsideration } from './lifeEvents';
//# sourceMappingURL=index.d.ts.map