export declare enum EnumShippingMethodType { Direct = "DIRECT", Pickup = "PICKUP", Courier = "COURIER", YandexDelivery = "YANDEX_DELIVERY" }