export interface IVariable { modifiers: string[]; name: string; }