export declare enum BitIndicatorLightCondition { /** * OFF */ Off = 0, /** * ON */ On = 1 }