export declare enum QuickBooksGlobalTaxCalculationsEnum { TaxExcluded = "TaxExcluded", TaxInclusive = "TaxInclusive", NotApplicable = "NotApplicable" }