export interface ReferenceSymbol { tableName: string; columnName: string; referencedTableName: string; referencedColumnName: string; }