export class NoGlobal { constructor() { this.declaracoes = []; } addDeclaracao(decl) { this.declaracoes.push(decl); } }