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