export interface RawRelation { left: string; relation: string; right: string; }