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