import { IShipmentOptions } from './iShipmentOptions'; export declare class DPDShipmentOptions implements IShipmentOptions { NAME: string; deliveryInstruction: string; saturdayDelivery: boolean; product: DPDGeneralShipmentDataProduct; completeDelivery: boolean; reference1: string; reference2: string; reference3: string; reference4: string; sendEmailNotification: boolean; lockDeliveryToThirdParty: boolean; shipmentType: string; } export declare enum DPDGeneralShipmentDataProduct { CL = 0, E830 = 1, E10 = 2, E12 = 3, E18 = 4, IE2 = 5, PL = 6, PL1 = 7, MAIL = 8, HOME = 9 } //# sourceMappingURL=DPDShipmentOptions.d.ts.map