import type { ReferenceCatalog } from "@intentius/chant/lexicon"; /** * AWS reference catalog (#778, epic #776 v1) — how observed AWS resources * reference each other, so `chant graph --live` can reconstruct the topology. * * Keyed to the per-resource describe/export attribute shape (`VpcId`, * `SecurityGroups[].GroupId`, `TargetGroupArn`, …), not the thin * `describe-stack-resources` metadata. Enough to draw the canonical 3-tier VPC * (internet → ALB → ECS service → RDS, with SG attachments). `containment` * relations (subnet ∈ VPC) feed #779's boundary boxes; `reference` relations are * edges. */ export declare const awsReferenceCatalog: ReferenceCatalog; //# sourceMappingURL=reference-catalog.d.ts.map