import { t as CapturedLabel } from "../../sdcLabelInternalModuleData-D_O2Y4cu.js"; import { c as NativeProxyHandle, s as NativeProxyAdapter } from "../../AdaptiveRecognitionResult-Clnk-SP8.js"; //#region src/main/worker/proxies/CapturedLabelProxy.d.ts declare class CapturedLabelProxy extends NativeProxyAdapter { getName(handle: NativeProxyHandle): Promise; getDeltaTimeToPrediction(handle: NativeProxyHandle): Promise; getFields(_handle: NativeProxyHandle): Promise; getTrackingId(handle: NativeProxyHandle): Promise; getPredictedBounds(_handle: NativeProxyHandle): Promise; isComplete(handle: NativeProxyHandle): Promise; toJson(handle: NativeProxyHandle): Promise; } declare const _default: CapturedLabelProxy; //#endregion export { _default as default };