import { RelationsCustomerCountry } from "./country"; export declare class RelationsCustomerAddress { contact: string; street: string; postalCode: string; place: string; country: RelationsCustomerCountry; } //# sourceMappingURL=address.d.ts.map