import { t as BarcodeBatchSession } from "./BarcodeBatchSession-DUD47AV4.js"; import { n as BarcodeBatchListener, t as BarcodeBatch } from "./BarcodeBatch-p4sN7NPo.js"; import { BarcodeBatchAdvancedOverlay } from "./BarcodeBatchAdvancedOverlay.js"; //#region src/main/PrivateBarcodeBatchAdvancedOverlayListener.d.ts declare class PrivateBarcodeBatchAdvancedOverlayListener implements BarcodeBatchListener { private readonly advancedOverlay; constructor(advancedOverlay: BarcodeBatchAdvancedOverlay); didUpdateSession(_: BarcodeBatch, session: BarcodeBatchSession): void; } //#endregion export { PrivateBarcodeBatchAdvancedOverlayListener };