/** * PostgreSQL migrations for machines remote storage. * * Equivalent of the SQLite runtime schema in db.ts, translated for PostgreSQL. */ export declare const PG_MIGRATIONS: string[];