/// EigenLayer Protocol implementation for blueprint manager
///
/// This module contains the EigenLayer-specific client, event handler, and registration management.
pub use EigenlayerProtocolClient;
pub use EigenlayerEventHandler;
// Re-export registration types from blueprint-eigenlayer-extra
pub use ;