import { Observable } from "rxjs"; import type { Characteristic } from "./types"; export declare const monitorCharacteristic: (characteristic: Characteristic) => Observable; //# sourceMappingURL=monitorCharacteristic.d.ts.map