import { DeviceModel } from '../../../devices.model';
import { DeviceOpState, WaterShortageStateName } from '../../../states';
export declare class IceMakerWaterEmpty extends DeviceOpState<WaterShortageStateName, boolean | undefined> {
    constructor(device: DeviceModel);
    parseOpCommand(opCommand: number[]): void;
}
//# sourceMappingURL=ice-maker.water-empty.d.ts.map