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; //# sourceMappingURL=index.d.ts.map