import type { Migration } from '../../../databases/types';
export declare const postgresMigrations: Migration[];
