import type { Database } from '..'; /** * Validate if the database is in a valid state before starting the server. */ export declare function validateDatabase(db: Database): Promise; //# sourceMappingURL=index.d.ts.map