/** * Seed the database from a seed config file (eden-seed.json) * * This should be called once during Eden startup, before any managers * are initialized. After seeding, managers simply read from the database. */ export declare function seedDatabase(appsDirectory: string, seedPath: string, userDirectory: string): Promise; //# sourceMappingURL=SeedLoader.d.ts.map