export declare class GeoLocation { lat: string; lng: string; } export declare class StreetAddress { title?: string; street?: string; houseNumber?: string; district?: string; city?: string; county?: string; postalCode?: string; country?: string; geo?: GeoLocation; }