import { Characteristic, PlatformAccessory, Service } from "homebridge";
export declare const updateCharacteristicValue: (accessory: PlatformAccessory, service: Parameters<PlatformAccessory["getService"]>[0], characteristic: Parameters<Service["getCharacteristic"]>[0], value: Parameters<Characteristic["updateValue"]>[0]) => void;
