import { IParcelOptions } from './iParcelOptions'; export declare class DPDParcelOptions implements IParcelOptions { packageType: string; customsTarif: string; receiverCustomsTarif: string; productCode: string; countryOfOrigin: string; } //# sourceMappingURL=DPDParcelOptions.d.ts.map