import { t as BarcodeBatchSession } from "./BarcodeBatchSession-uyS3c7kn.js";
import { n as BarcodeBatchListener, t as BarcodeBatch } from "./BarcodeBatch-CNcFT3L0.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 };