export declare const LEARNING_EVENTS: { readonly DRILL_CARD_ANSWERED: "drill.card.answered"; readonly DRILL_SESSION_COMPLETED: "drill.session.completed"; readonly DRILL_CARD_MASTERED: "drill.card.mastered"; readonly COACH_TIP_TRIGGERED: "coach.tip.triggered"; readonly COACH_TIP_SHOWN: "coach.tip.shown"; readonly COACH_TIP_ACKNOWLEDGED: "coach.tip.acknowledged"; readonly COACH_TIP_ACTION_TAKEN: "coach.tip.actionTaken"; readonly QUEST_STARTED: "quest.started"; readonly QUEST_STEP_COMPLETED: "quest.step.completed"; }; export type LearningEventName = (typeof LEARNING_EVENTS)[keyof typeof LEARNING_EVENTS];