import { Service, Characteristic } from 'homebridge'; export declare function add(maybeDevice: Promise, service: Service, characteristic: typeof Characteristic.CurrentTemperature): Characteristic; //# sourceMappingURL=current-temperature.d.ts.map