/** Platform name users register in Homebridge config.json. */
export declare const PLATFORM_NAME = "NOAAWeather";
/** Must match the package.json `name`. */
export declare const PLUGIN_NAME = "homebridge-weather-noaa";
