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