import { UpdateWeatherDataSourceConfigDto } from './dto/update-config.dto'; import { UpdateCurrentWeatherDataSourceDto, UpdateForecastDayDataSourceDto } from './dto/update-data-source.dto'; import { CurrentWeatherDataSourceEntity } from './entities/data-sources-weather.entity'; import { WeatherDataSourceConfigModel } from './models/config.model'; export declare const DATA_SOURCES_WEATHER_PLUGIN_SWAGGER_EXTRA_MODELS: (typeof UpdateWeatherDataSourceConfigDto | typeof UpdateCurrentWeatherDataSourceDto | typeof UpdateForecastDayDataSourceDto | typeof CurrentWeatherDataSourceEntity | typeof WeatherDataSourceConfigModel)[];