interface SeedOptions { dir: string; factory?: string; } export declare function createSeed(name: string, options: SeedOptions): Promise; export {}; //# sourceMappingURL=seed.d.ts.map