# namespace SMRUCC.genomics.Data.Rhea export class Compound { entry: string; enzyme: string; formula: string; name: string; reactions: string; }