/**
 * Delivery Type
 *
 * @description The type of delivery for the invoice
 */
export declare enum DeliveryType {
    Email = "Email"
}
