//! Client-domain expected logging-schema table contracts.
//!
//! This module preserves a stable client-domain expectation import surface
//! while table contracts are split by concern:
//! - `statistics` for aggregate statistics tables
//! - `catalog` for client catalog and config-overlay tables
mod catalog;
mod statistics;
pub(super) use catalog::{EXPECTED_ATHENA_CLIENT_CONFIGS, EXPECTED_ATHENA_CLIENTS};
pub(super) use statistics::{EXPECTED_CLIENT_STATISTICS, EXPECTED_CLIENT_TABLE_STATISTICS};