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