export declare enum QuickBooksTaxExemptionReasonsEnum { FederalGovernment = 1, StateGovernment = 2, LocalGovernment = 3, TribalGovernment = 4, CharitableOrganization = 5, ReligiousOrganization = 6, EducationalOrganization = 7, Hospital = 8, Resale = 9, DirectPayPermit = 10, MultiplePointsOfUse = 11, DirectMail = 12, AgriculturalProduction = 13, IndustrialProductionOrManufacturing = 14, ForeignDiplomat = 15 }