/** * AWS ECR Fixes * * Provisions ECR (Elastic Container Registry) repository * with lifecycle policy to keep costs down. * Uses AWS SDK v3. */ import type { Fix } from '../../../../types/index.js'; export declare const ecrFixes: Fix[]; //# sourceMappingURL=ecr.d.ts.map