//! M48 audit trait + types — re-exported from `ppoppo-sdk-core`.
//!
//! Phase A (RFC `RFC_2026-05-08_app-credential-collapse.md`) lifted the
//! whole `audit` module to `ppoppo-sdk-core::audit` so multiple SDK
//! crates (`pas-external`, future `pas-plims`, `pcs-external 0.3.0`)
//! and 1st-party services consume one shared trait + impl set.
//!
//! Consumer-facing imports stay at `pas_external::audit::*` and
//! `pas_external::*` (top-level re-export) — relocation is invisible.
//!
//! Audit utilities (`MemoryAuditSink`, `RateLimitedAuditSink`,
//! `MemoryRateLimiter`, `NoopAuditSink`) are co-located with the trait
//! in sdk-core because the audit module is one cohesive unit (utility
//! impls are not pas-external-domain-specific).
pub use ;
pub use MemoryAuditSink;