import { MedusaContainer } from "@jackchim/types"; import { Migrator } from "./migrator"; export declare class MigrationScriptsMigrator extends Migrator { #private; protected migration_table_name: string; constructor({ container }: { container: MedusaContainer; }); /** * Run the migration scripts * @param paths - The paths from which to load the scripts */ run(paths: string[]): Promise; getPendingMigrations(migrationPaths: string[]): Promise; protected createMigrationTable(): Promise; } //# sourceMappingURL=run-migration-scripts.d.ts.map