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