import { SeederConstructor } from './types';
export declare const importSeed: (filePath: string) => Promise<SeederConstructor>;
