import SupportedDb from '../metadata/supported-db'; export default function run(database: string, action: bigint | number, options: { readonly type: SupportedDb; readonly host: string; readonly port: number; readonly user: string; readonly yes: boolean; readonly password: string; readonly dir: string; readonly dryRun: boolean; readonly migrationsTableName: string; }): Promise;