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