import { CreateOpenWeatherMapOneCallLocationDto } from './dto/create-location.dto'; import { UpdateOpenWeatherMapOneCallConfigDto } from './dto/update-config.dto'; import { UpdateOpenWeatherMapOneCallLocationDto } from './dto/update-location.dto'; import { OpenWeatherMapOneCallLocationEntity } from './entities/locations-openweathermap-onecall.entity'; import { OpenWeatherMapOneCallConfigModel } from './models/config.model'; import { GeolocationCityModel, GeolocationCityToCoordinatesResponseModel, GeolocationZipModel, GeolocationZipToCoordinatesResponseModel } from './models/geolocation.model'; export declare const WEATHER_OPENWEATHERMAP_ONECALL_PLUGIN_SWAGGER_EXTRA_MODELS: (typeof GeolocationCityModel | typeof GeolocationZipModel | typeof GeolocationCityToCoordinatesResponseModel | typeof GeolocationZipToCoordinatesResponseModel | typeof OpenWeatherMapOneCallConfigModel | typeof CreateOpenWeatherMapOneCallLocationDto | typeof UpdateOpenWeatherMapOneCallConfigDto | typeof UpdateOpenWeatherMapOneCallLocationDto | typeof OpenWeatherMapOneCallLocationEntity)[];