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