// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
//
// `ccxt` is the user-facing typed API: the per-exchange typed unified-method
// wrappers (`Binance`, `Kraken`, … with `fetch_ticker(..) -> Result<Ticker>`)
// plus the `TypedExchange` / `TypedExchangeExt` traits. The untyped engine
// (runtime, `Value`, REST/prediction Cores, WS infra) lives in the sibling
// `ccxt-base` crate — kept separate so no single `rustc` invocation compiles the
// whole generated surface at once (CI memory ceiling).
//
// This crate RE-EXPORTS the whole `ccxt-base` surface at its root, so users (and
// the transpiled test/consumer code) can write `ccxt::Value`,
// `ccxt::exchanges::binance::BinanceCore`, `ccxt::runtime::…`, `ccxt::pro::…`
// alongside the typed `ccxt::Binance` — one crate, both layers.
pub use ;
pub use ;
pub use *;