export interface Computation { variableReferenceMap: { [id: string]: string; }; formula: string; syntax: string; }