export declare enum ETributeTypes {
    FEDERAL = "Federal",
    ESTADUAL = "Estadual",
    MUNICIPAL = "Municipal"
}
