export declare class SeedManager {
    runSeeds(seedsDir: string): Promise<void>;
}
