export class NoDeclaracao { constructor(id, tipo, valor = null) { this.id = id; this.tipo = tipo; this.valor = valor; } }