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