import { t as LabelCaptureBasicOverlay } from "../LabelCaptureBasicOverlay-BZl1LJkD.js"; import { LabelCaptureWorkerManager } from "../worker/LabelCaptureWorkerManager.js"; import { AimerViewfinder, RectangularViewfinder } from "@scandit/web-datacapture-core"; //#region src/main/private/createProxiedViewFinder.d.ts /** * Creates a proxied viewfinder that notifies the worker when a property is set or a method is called. */ declare function createProxiedViewFinder(overlay: LabelCaptureBasicOverlay, workerHandler: LabelCaptureWorkerManager, viewFinder: T): T; //#endregion export { createProxiedViewFinder };