//! Foundational Runtime identifier exports.
pub use appcore_types::{
validate_distributed_identifier, validate_identifier, AppFamily, AppId, CapabilityName,
ClusterId, CommandName, CoreId, EventName, InstanceId, NodeId, ProtocolVersion, QueryName,
RuntimeContractVersion, StateName, SyncGroup, TenantId,
};
#[cfg(test)]
#[path = "ids_tests.rs"]
mod tests;