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