/** * AWS S3 Fixes * * Provisions S3 bucket with encryption and blocked public access. * Configures CORS for the production domain. * Uses AWS SDK v3. */ import type { Fix } from '../../../../types/index.js'; export declare const s3Fixes: Fix[]; //# sourceMappingURL=s3.d.ts.map