import { t as LocationSelection } from "../../sdcCoreInternalSdkArea-BDbnSRls.js"; import { b as LabelCaptureSettings } from "../../sdcLabelInternalModuleCapture-B6-1Wjzn.js"; import { c as NativeProxyHandle, s as NativeProxyAdapter } from "../../AdaptiveRecognitionResult-Clnk-SP8.js"; //#region src/main/worker/proxies/LabelCaptureSettingsProxy.d.ts declare class LabelCaptureSettingsProxy extends NativeProxyAdapter { loadFromString(description: string): Promise; createFromLabelDefinitions(labelDefinitionHandles: NativeProxyHandle[]): Promise; create(labelDefinitionHandles: NativeProxyHandle[], hiddenPropertyJsonString: string, blueprintJSONUpdate: string): Promise; setLocationSelection(handle: NativeProxyHandle, locationSelection: LocationSelection): Promise; getLocationSelection(_handle: NativeProxyHandle): Promise; getLicenseKey(handle: NativeProxyHandle): Promise; setLicenseKey(handle: NativeProxyHandle, license: string): Promise; getLicensee(handle: NativeProxyHandle): Promise; setLicensee(handle: NativeProxyHandle, licensee: string): Promise; getIntProperty(handle: NativeProxyHandle, key: string): Promise; setIntProperty(handle: NativeProxyHandle, key: string, value: number): Promise; getBlueprintJson(handle: NativeProxyHandle): Promise; } declare const _default: LabelCaptureSettingsProxy; //#endregion export { _default as default };