import { Country } from './country'; export declare class Address { contact: string | null; street: string | null; postalCode: string | null; place: string | null; country: Country; } //# sourceMappingURL=address.d.ts.map