/** * WAW058: Organization Audit Trail Dropped or Scoped Down * * The audit-sink posture regressions on AWS: a trail with logging switched * off, an organization trail narrowed to a single region, or an organization * declared with no CloudTrail trail at all. Audit evidence is the layer the * other guardrails depend on, so losing it is merge-worthy. */ import type { PostSynthCheck, PostSynthContext, PostSynthDiagnostic } from "@intentius/chant/lint/post-synth"; export declare function checkAuditTrailPosture(ctx: PostSynthContext): PostSynthDiagnostic[]; export declare const waw058: PostSynthCheck; //# sourceMappingURL=waw058.d.ts.map