import { WeatherLocationEntity } from './entities/locations.entity'; import { LocationAlertsResponseModel, WeatherAlertModel } from './models/alert.model'; import { WeatherHistoryPointModel, WeatherHistoryResponseModel, WeatherStatisticsModel, WeatherStatisticsResponseModel } from './models/history.model'; import { LocationResponseModel, LocationsResponseModel } from './models/locations-response.model'; import { AllLocationsWeatherResponseModel, LocationCurrentResponseModel, LocationForecastResponseModel, LocationHourlyForecastResponseModel, LocationWeatherResponseModel } from './models/weather-response.model'; import { CurrentDayModel, ForecastDayModel, ForecastFeelsLikeModel, ForecastHourModel, LocationModel, LocationWeatherModel, WeatherModel, WindModel } from './models/weather.model'; export declare const WEATHER_SWAGGER_EXTRA_MODELS: (typeof WeatherHistoryPointModel | typeof WeatherStatisticsModel | typeof WeatherHistoryResponseModel | typeof WeatherStatisticsResponseModel | typeof WeatherLocationEntity | typeof WindModel | typeof WeatherModel | typeof ForecastFeelsLikeModel | typeof ForecastDayModel | typeof ForecastHourModel | typeof CurrentDayModel | typeof LocationModel | typeof LocationWeatherModel | typeof LocationResponseModel | typeof LocationsResponseModel | typeof WeatherAlertModel | typeof LocationAlertsResponseModel | typeof LocationWeatherResponseModel | typeof AllLocationsWeatherResponseModel | typeof LocationCurrentResponseModel | typeof LocationForecastResponseModel | typeof LocationHourlyForecastResponseModel)[];