/** * AWS Route53 Domain Fixes * * Provisions Route53 hosted zone and A record for prod domain. * Points the domain to the EC2 Elastic IP. * Uses AWS SDK v3. */ import type { Fix } from '../../../../types/index.js'; export declare const route53Fixes: Fix[]; //# sourceMappingURL=route53.d.ts.map