// V4 pool viewer structs have been moved to uniswap-v4-lib crate.
// Import from waterpump_evm_uniswap_v4_client::pool_viewers instead.
// Re-export V4 pool utilities from common module (kept here for
// backward compatibility)
pub use crate;
// Re-export V4PoolKey for convenience
pub use crateV4PoolKey;