export declare enum InvoiceContextEnum {
    REGULAR = "regular",
    PROFORMA = "proforma"
}
