import { IShipmentOptions } from './iShipmentOptions'; export declare class PostNLShipmentOptions implements IShipmentOptions { NAME: string; shipmentType: string; labellingApiUrl: string; barcodeApiUrl: string; apiKey: string; collectionLocation: string; customerCode: string; globalPackCustomerCode: string; customerNumber: string; codBankAccountName: string; codIban: string; codBic: string; productCode: number; insuredValue: number; signatureOnDelivery: boolean; deliverToStatedAddressOnly: boolean; returnWhenNotHome: boolean; cashOnDelivery: boolean; recipientIsBusiness: boolean; shipmentReference: string; codPaymentReference: string; deliveryDate: string; messageId: string; hasPickupPoint: boolean; pickupPoint: number; productOption: string; productOptions: PostNLProductOption[]; } export declare class PostNLProductOption { characteristic: string; option: string; description: string; } //# sourceMappingURL=PostNLShipmentOptions.d.ts.map