declare const run: <R2 = never>(
options: Migrator.MigratorOptions<R2>,
) => Effect.Effect<
ReadonlyArray<readonly [id: number, name: string]>,
Migrator.MigrationError | SqlError,
FileSystem | Path | PgClient | Client.SqlClient | CommandExecutor | R2
>;