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