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