export interface VariableChanged { variable: string; value: string; }