interface RunSeedsOptions { config?: string; seed?: string; datasource?: string; } export declare function runSeeds(options?: RunSeedsOptions): Promise; export declare function listSeeds(): Promise; export declare function runSeedsDev(options?: RunSeedsOptions): Promise; export {}; //# sourceMappingURL=run-seeds.d.ts.map