import { API, Service } from 'homebridge'; import { KnxLink } from 'js-knx'; declare const addCurrentHeatingCoolingStateCharacteristic: (api: API, service: Service, knx: KnxLink, heatingStateAddress?: string, coolingStateAddress?: string) => void; export { addCurrentHeatingCoolingStateCharacteristic };