export declare const OpenAPIConfigKey = "Configuration.OpenAPI"; export declare const OpenAPIModuleOptionsKey = "OpenAPI.Module.Options"; export declare const OpenAPIMqttConfigKey = "Configuration.OpenAPI.Mqtt"; export declare const OpenAPIMqttModuleOptionsKey = "OpenAPI.MQTT.Module.Options"; export declare const deviceListUrl = "https://openapi.api.govee.com/router/api/v1/user/devices"; export declare const deviceControlUrl = "https://openapi.api.govee.com/router/api/v1/device/control"; export declare const deviceStateUrl = "https://openapi.api.govee.com/router/api/v1/device/state"; export declare const deviceLightScenesUrl = "https://openapi.api.govee.com/router/api/v1/device/scenes"; export declare const deviceDIYScenesUrl = "https://openapi.api.govee.com/router/api/v1/device/diy-scenes"; export declare const mqttBrokerHost = "mqtt.openapi.govee.com"; export declare const mqttBrokerPort = 8883; export declare const mqttBrokerProtocol = "mqtts"; //# sourceMappingURL=openapi.const.d.ts.map