export declare enum EnumMerchantRiskInfoShippingType {
    Courier = "COURIER",
    Pickup = "PICKUP",
    Null = "null"
}
