import { CharacteristicValue } from 'homebridge'; import { ThermostatCharacteristicWrapper, MultiWrapper } from './characteristics_base'; declare class CurrentTemp extends ThermostatCharacteristicWrapper { ctype: typeof import("hap-nodejs/dist/lib/definitions").CurrentTemperature; get: () => Promise; } export declare class ACService extends MultiWrapper { WRAPPERS: (typeof CurrentTemp)[]; } export {}; //# sourceMappingURL=characteristics_ac.d.ts.map