import { CreateOpenWeatherMapLocationDto } from './dto/create-location.dto'; import { UpdateOpenWeatherMapConfigDto } from './dto/update-config.dto'; import { UpdateOpenWeatherMapLocationDto } from './dto/update-location.dto'; import { OpenWeatherMapLocationEntity } from './entities/locations-openweathermap.entity'; import { OpenWeatherMapConfigModel } from './models/config.model'; export declare const WEATHER_OPENWEATHERMAP_PLUGIN_SWAGGER_EXTRA_MODELS: (typeof CreateOpenWeatherMapLocationDto | typeof UpdateOpenWeatherMapConfigDto | typeof UpdateOpenWeatherMapLocationDto | typeof OpenWeatherMapLocationEntity | typeof OpenWeatherMapConfigModel)[];