import { t as Color } from "../../sdcCoreInternalSdkCommonGraphics-DRTWPww6.js"; import { t as AimerViewfinder } from "../../sdcCoreInternalSdkUiViewfinder-BoG0LyRj.js"; import { c as NativeProxyHandle, o as NativeProxy, s as NativeProxyAdapter } from "../../AdaptiveRecognitionResult-Clnk-SP8.js"; //#region src/main/worker/proxies/AimerViewfinderProxy.d.ts declare class AimerViewfinderProxy extends NativeProxyAdapter implements NativeProxy { create(): NativeProxyHandle; setFrameColor(handle: NativeProxyHandle, color: Color): Promise; getFrameColor(handle: NativeProxyHandle): Promise; setDotColor(handle: NativeProxyHandle, color: Color): Promise; getDotColor(handle: NativeProxyHandle): Promise; getDotColorDefault(): Promise; getFrameColorDefault(): Promise; } declare const _default: AimerViewfinderProxy; //#endregion export { _default as default };