/**
 * Способ доставки счета
 */
export declare enum DeliveryMethodEnum {
    SELF = "self"
}
