export declare enum TransactionItemTypeEnums {
    notApplicable = 0,
    invoice = 1,
    creditNote = 2,
    receipt = 3
}
