import { Optional } from '../../../../../common';
import { DeviceOpState, StateCommandAndStatus } from '../../../states';
import { DeviceModel } from '../../../devices.model';
export declare const UVCStateName: 'isUVCActive';
export type UVCStateName = typeof UVCStateName;
export declare class HumidiferUVCState extends DeviceOpState<UVCStateName, Optional<boolean>> {
    constructor(device: DeviceModel, opType?: number, identifier?: number[]);
    parseOpCommand(opCommand: number[]): void;
    protected readonly stateToCommand: (state: Optional<boolean>) => Optional<StateCommandAndStatus>;
}
//# sourceMappingURL=humidifier.uvc.d.ts.map