import type { DataSource } from "typeorm"; export declare abstract class Seeder { abstract run(dataSource: DataSource): Promise; }