export declare enum InvoiceTypesEnum { INVOICE = "invoice", CREDIT_NOTE = "credit-note", PROFORMA = "proforma" }