declare function seedDatabase(schemaFilePath: string, connectionString: string): Promise<void>;

export { seedDatabase };
