import { D as LabelFieldLocation, E as LabelFieldDefinition } from "../../sdcLabelInternalModuleCapture-B6-1Wjzn.js"; import { c as NativeProxyHandle, s as NativeProxyAdapter } from "../../AdaptiveRecognitionResult-Clnk-SP8.js"; //#region src/main/worker/proxies/LabelFieldDefinitionProxy.d.ts declare class LabelFieldDefinitionProxy extends NativeProxyAdapter { getName(handle: NativeProxyHandle): Promise; isOptional(handle: NativeProxyHandle): Promise; setOptional(_handle: NativeProxyHandle, _optional: boolean): Promise; getValueRegexes(handle: NativeProxyHandle): Promise; setValueRegexes(_handle: NativeProxyHandle, _valueRegexes: string[]): Promise; getHiddenProperties(_handle: NativeProxyHandle): Promise; setHiddenProperties(_handle: NativeProxyHandle, _jsonString: string): Promise; getLocation(_handle: NativeProxyHandle): Promise; setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise; getAnchorRegexes(_handle: NativeProxyHandle): Promise; setAnchorRegexes(_handle: NativeProxyHandle, _anchorRegexes: string[]): Promise; getNumberOfMandatoryInstances(handle: NativeProxyHandle): Promise; setNumberOfMandatoryInstances(_handle: NativeProxyHandle, _numberOfMandatoryInstances: number | undefined): Promise; } declare const _default: LabelFieldDefinitionProxy; //#endregion export { _default as default };