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