export const CORE_EVENTS_SYMBOLS = { IEventBus: Symbol.for("@repo/core-events/IEventBus"), } as const;