export default class Location { latitude: string; longitude: string; constructor(latitude?: string, longitude?: string); }