import { InvoicePaymentItem, TaxType } from '../typings.cjs'; export declare function getTaxTypeFromItems(items: InvoicePaymentItem[]): TaxType;