export interface IVariable { modifiers: string[]; name: string; } //# sourceMappingURL=variable.d.ts.map