/** * The aws lexicon's `chant audit` catalog — metadata (title/tier/fix/authority/ * category) for the WAW* CloudFormation post-synth rules this lexicon ships. * Contributed to core's aggregate via `awsPlugin.auditCatalog()` (#687, epic * #350); core keeps only the generic catalog machinery + cross-cutting ids. */ import { type RuleMeta } from "@intentius/chant/audit/catalog"; /** Every WAW* audit rule's catalog entry. */ export declare const awsAuditCatalog: Record; //# sourceMappingURL=audit-catalog.d.ts.map