pub(crate) type KeyValuePairs = IndexMap<Key, Item>;
pub(crate) struct KeyValuePairs { /* private fields */ }