import SupportedDb from '../metadata/supported-db'; export default function generate(database: string, migrationName: string, options: { readonly type: SupportedDb; readonly host: string; readonly port: number; readonly user: string; readonly password: string; readonly entities: string; readonly dir: string; readonly dryRun: boolean; readonly sequential: boolean; }): Promise;