#![allow(unused_imports)]
#[cfg(feature = "30_0")]
pub use corepc_client::{client_sync::v30::*, types::v30 as vtype};
#[cfg(all(feature = "29_0", not(feature = "30_0")))]
pub use corepc_client::{client_sync::v29::*, types::v29 as vtype};
#[cfg(all(feature = "28_2", not(feature = "29_0")))]
pub use corepc_client::{client_sync::v28::*, types::v28 as vtype};
#[cfg(all(feature = "28_1", not(feature = "28_2")))]
pub use corepc_client::{client_sync::v28::*, types::v28 as vtype};
#[cfg(all(feature = "28_0", not(feature = "28_1")))]
pub use corepc_client::{client_sync::v28::*, types::v28 as vtype};
#[cfg(all(feature = "27_2", not(feature = "28_0")))]
pub use corepc_client::{client_sync::v27::*, types::v27 as vtype};
#[cfg(all(feature = "27_1", not(feature = "27_2")))]
pub use corepc_client::{client_sync::v27::*, types::v27 as vtype};
#[cfg(all(feature = "27_0", not(feature = "27_1")))]
pub use corepc_client::{client_sync::v27::*, types::v27 as vtype};
#[cfg(all(feature = "26_2", not(feature = "27_0")))]
pub use corepc_client::{client_sync::v26::*, types::v26 as vtype};
#[cfg(all(feature = "25_2", not(feature = "26_2")))]
pub use corepc_client::{client_sync::v25::*, types::v25 as vtype};
#[cfg(all(feature = "24_2", not(feature = "25_2")))]
pub use corepc_client::{client_sync::v24::*, types::v24 as vtype};
#[cfg(all(feature = "23_2", not(feature = "24_2")))]
pub use corepc_client::{client_sync::v23::*, types::v23 as vtype};
#[cfg(all(feature = "22_1", not(feature = "23_2")))]
pub use corepc_client::{client_sync::v22::*, types::v22 as vtype};
#[cfg(all(feature = "0_21_2", not(feature = "22_1")))]
pub use corepc_client::{client_sync::v21::*, types::v21 as vtype};
#[cfg(all(feature = "0_20_2", not(feature = "0_21_2")))]
pub use corepc_client::{client_sync::v20::*, types::v20 as vtype};
#[cfg(all(feature = "0_19_1", not(feature = "0_20_2")))]
pub use corepc_client::{client_sync::v19::*, types::v19 as vtype};
#[cfg(all(feature = "0_18_1", not(feature = "0_19_1")))]
pub use corepc_client::{client_sync::v18::*, types::v18 as vtype};
#[cfg(all(feature = "0_17_2", not(feature = "0_18_1")))]
pub use corepc_client::{client_sync::v17::*, types::v17 as vtype};
#[cfg(all(
not(feature = "30_0"),
not(feature = "29_0"),
not(feature = "28_2"),
not(feature = "28_1"),
not(feature = "28_0"),
not(feature = "27_2"),
not(feature = "27_1"),
not(feature = "27_0"),
not(feature = "26_2"),
not(feature = "25_2"),
not(feature = "24_2"),
not(feature = "23_2"),
not(feature = "22_1"),
not(feature = "0_21_2"),
not(feature = "0_20_2"),
not(feature = "0_19_1"),
not(feature = "0_18_1"),
not(feature = "0_17_2"),
))]
pub use corepc_client::{client_sync::v28::*, types::v28 as vtype};