//! Core type definitions for rate limiting operations.
//!
//! This module re-exports fundamental types from rate-guard-core while
//! providing a unified interface for the high-level API.
// Re-export Uint from rate-guard-core with all its feature configurations
pub use Uint;
// Re-export core types with original names
pub use ;