export declare class PointAddress { country?: string; city?: string; house?: string; postCode?: string; countryCode?: string; district?: string; street?: string; description?: string; }