import { WeatherLocationEntity } from '../../../modules/weather/entities/locations.entity'; export declare class OpenWeatherMapOneCallLocationEntity extends WeatherLocationEntity { get type(): string; latitude: number; longitude: number; countryCode: string | null; }