import { y as LabelCaptureSession } from "../../sdcLabelInternalModuleCapture-B6-1Wjzn.js"; import { c as NativeProxyHandle, s as NativeProxyAdapter } from "../../AdaptiveRecognitionResult-Clnk-SP8.js"; //#region src/main/worker/proxies/LabelCaptureSessionProxy.d.ts declare class LabelCaptureSessionProxy extends NativeProxyAdapter { getLabels(_handle: NativeProxyHandle): Promise; getLastFrameId(handle: NativeProxyHandle): Promise; toJson(handle: NativeProxyHandle): Promise; } declare const _default: LabelCaptureSessionProxy; //#endregion export { _default as default };