// Events Module
usestd::collections::HashMap;pubmodhandlers;pubmodqueue;// Re-export main types explicitly to avoid ambiguous glob re-exports
// Submodules with conflicts (monitoring, performance, storage) can be accessed via full paths
pubusequeue::*;pubtypeEventStatistics=HashMap<String, f64>;#[derive(Debug, Clone, Default)]pubstructSynchronizationStatistics{pubevent_stats: EventStatistics,
}