/** * Possible values for changing the {@link AwayMode} */ export declare enum AwayStatus { On = "ON", Off = "OFF" }