declare enum HapAdaptiveLightingControllerMode {
    AUTOMATIC = 1,
    MANUAL = 2
}
export default HapAdaptiveLightingControllerMode;
