export declare enum CustomerType {
    SHIPPER = "SP",
    CONSIGNEE = "RV",
    IMPORTER = "IP",
    EXPORTER = "EP"
}
