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