import { t as Barcode } from "./Barcode-B7a-T3RA.js"; import { r as SparkScanBarcodeFeedback } from "./SparkScanBarcodeFeedback-C79-SSrQ.js"; //#region src/main/spark/SparkScanFeedbackDelegate.d.ts interface SparkScanFeedbackDelegate { getFeedbackForBarcode(barcode: Barcode): SparkScanBarcodeFeedback | null; } //#endregion export { SparkScanFeedbackDelegate as t };