pub type StateMap = HashMap<String, Vec<u8>>;
Type alias for state storage - maps analyzer names to serialized states
pub struct StateMap { /* private fields */ }