/** * PostgreSQL migrations for open-configs storage sync. * * Equivalent to the SQLite schema in database.ts, translated for PostgreSQL. */ export declare const PG_MIGRATIONS: string[]; //# sourceMappingURL=pg-migrations.d.ts.map