/** @description Types of documents */
export declare enum DocumentType {
    Label = "label",
    CustomsForm = "customs_form",
    CommercialInvoice = "commercial_invoice",
    BillOfLading = "bill_of_lading"
}
