import { UpdateLocationDto } from '../../../modules/weather/dto/update-location.dto'; export declare class UpdateOpenWeatherMapOneCallLocationDto extends UpdateLocationDto { latitude?: number; longitude?: number; countryCode?: string; }