export interface CellExpression { formula: string; value: number; }