import type { Database } from '../..';
/**
 * Validates if relations data and tables are in a valid state before
 * starting the server.
 */
export declare const validateRelations: (db: Database) => Promise<void>;
//# sourceMappingURL=index.d.ts.map