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