import type { CharacteristicValue, PlatformAccessory } from 'homebridge';
import type { SmartHqContext } from '../settings.js';
import { deviceBase } from './device.js';
export declare class SmartHQClothesWasher extends deviceBase {
    private ClothesWasher;
    constructor(platform: any, accessory: PlatformAccessory<SmartHqContext>, device: any);
    handleGetOn(): Promise<CharacteristicValue>;
    handleSetOn(value: CharacteristicValue): Promise<void>;
}
//# sourceMappingURL=clothesWasher.d.ts.map