import { AppConfig, DeepPartial } from './config'; export declare const seedDatabase: (partialConfig: DeepPartial) => Promise;