export declare const WEATHER_MODULE_PREFIX = "weather"; export declare const WEATHER_MODULE_NAME = "weather-module"; export declare const WEATHER_MODULE_API_TAG_NAME = "Weather module"; export declare const WEATHER_MODULE_API_TAG_DESCRIPTION = "A collection of endpoints that provide weather-related functionalities, such as retrieving forecasts and current conditions."; export declare enum EventType { WEATHER_INFO = "WeatherModule.Weather.Info", LOCATION_CREATED = "WeatherModule.Location.Created", LOCATION_UPDATED = "WeatherModule.Location.Updated", LOCATION_DELETED = "WeatherModule.Location.Deleted" }