import { DataModelTable } from './types'; export declare function validateAndFixRelationships(tables: DataModelTable[]): DataModelTable[];