import { Tributo } from './Tributo';
export interface Tributos {
    Tributo?: Array<Tributo>;
}
