import { Promise } from 'bluebird'; export declare const renameTables: { from: string; to: string; }[]; export declare const runCustomMigrations: (migrations: any[]) => Promise;