export interface StateVariable { id: string; value: string; }