import { Command } from "commander"; export declare function databaseSeedsCommand(): Command; export declare function seedDatabase(seedsPath: string, once?: boolean): Promise; //# sourceMappingURL=index.d.ts.map