import { t as Barcode } from "./Barcode-DNvaiOyn.js"; import { t as BarcodeArAnnotation } from "./BarcodeArAnnotation-BTMTqI9o.js"; //#region src/main/ar/BarcodeArAnnotationProvider.d.ts interface BarcodeArAnnotationProvider { annotationForBarcode(barcode: Barcode, callback: (annotation: BarcodeArAnnotation) => void): Promise; } //#endregion export { BarcodeArAnnotationProvider as t };