import { UpdatePluginConfigDto } from '../../../modules/config/dto/config.dto'; import { TILES_WEATHER_PLUGIN_NAME } from '../tiles-weather.constants'; export declare class WeatherUpdateConfigDto extends UpdatePluginConfigDto { type: typeof TILES_WEATHER_PLUGIN_NAME; }