export declare enum PrintActionGroup {
  Dossier = 0,
  Offer = 1,
  Invoice = 2,
  CreditNote = 3,
  Allotment = 4,
  Product = 5,
  EntryLine = 6,
  SelfBillingInvoice = 7,
}
