pub(crate) type Maps = BTreeMap<&'static str, Arc<Map>>;
pub(crate) struct Maps { /* private fields */ }