use String;
use HashMap;
use crateId;
/// A user-defined set of aliases.
pub type SerializedAliases = ;
/// Map of one ID to another.
///
/// The key represents the alias. The value should be a non-alias ID.
pub type Aliases = ;
/// Converts [`SerializedAliases`] into [`Aliases`].