//! TEE attestation types and verification.
//!
//! This module provides the core attestation type system for TEE environments,
//! including typed attestation reports, claims, and a pluggable verifier trait.
pub use AttestationClaims;
pub use AttestationError;
pub use ;
pub use ;
pub use ;