// SPDX-License-Identifier: MIT OR Apache-2.0
//! Legacy Portuguese module path for errors (GAP-AUD-017).
//!
//! Re-exports [`crate::errors`]. Prefer importing from `crate::errors` with English names.
//! Portuguese type aliases are deprecated and will be removed in a future major release.
pub use crate;
/// Deprecated Portuguese alias for [`SshCliError`].
pub type ErroSshCli = crateSshCliError;
/// Deprecated Portuguese alias for [`SshCliResult`].
pub type ResultadoSshCli<T> = crateSshCliResult;