/** @noSelfInFile */ declare namespace WoWAPI { type CalendarEventType = | 'PLAYER' | 'GUILD' | 'ARENA' | 'HOLIDAY' | 'RAID_LOCKOUT'; }