export type Location = { locId: string; name: string; latitude: number; longitude: number; countryCode: string; countryName: string; subnational1Name: string; subnational1Code: string; subnational2Name: string; subnational2Code: string; isHotspot: boolean; hierarchicalName: string; }; //# sourceMappingURL=Location.d.ts.map