export declare class ParcelSenderDomainCustomerInfo { address: ParselSenderDomainCustomerInfoAddress; zipCode: string; city: string; country: string; countryCodeIso2: string; companyName: string; personName: string; email: string; primaryPhone: string; mobilePhone: string; vatNumber: string; } export declare class ParselSenderDomainCustomerInfoAddress { fullAddress: string; street: string; houseNumber: string; houseNumberPostfix: string; fullHouseNumber: string; } //# sourceMappingURL=customerInfo.d.ts.map