import { n as BarcodeJSON, t as Barcode } from "./Barcode-B7a-T3RA.js";

//#region src/main/spark/SparkScanSession.d.ts
interface SparkScanSessionJSON {
  newlyRecognizedBarcode: BarcodeJSON | null;
  frameSequenceId: number;
}
declare class SparkScanSession {
  newlyRecognizedBarcode: Barcode | null;
  frameSequenceID: number;
  private static fromJSON;
}
//#endregion
export { SparkScanSessionJSON as n, SparkScanSession as t };