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