//! Shared error types for Athena client helpers.
pub use crateBackendError;
pub use crateBuilderError;
/// Alias used when working with Athena client helpers.
///
/// # Arguments
///
/// * `T` - The type of the result.
///
/// # Returns
///
/// A `ClientResult` containing the result.
///
pub type ClientResult<T> = ;