/** * AWS DB Replication Fixes * * Prereq checks for DB replication between staging (Mac Mini) and prod (RDS). * Ensures PostgreSQL client is available on EC2 and RDS is reachable. * Uses AWS SDK v3. */ import type { Fix } from '../../../../types/index.js'; export declare const dbReplicationFixes: Fix[]; //# sourceMappingURL=db-replication.d.ts.map