import { n as CapturedLabelJSON, t as CapturedLabel } from "./CapturedLabel-PjFfeqht.js"; //#region src/main/api/LabelCaptureSession.d.ts interface LabelCaptureSessionJSON { canShowLocations: boolean; lastFrameId: number; frameSequenceId: number; labels: CapturedLabelJSON[]; } declare class LabelCaptureSession { private _lastProcessedFrameId; private _frameSequenceId; private _capturedLabels; private _canShowLocations; get lastProcessedFrameId(): number; get frameSequenceId(): number; get capturedLabels(): CapturedLabel[]; get canShowLocations(): boolean; private static fromJSON; } //#endregion export { LabelCaptureSessionJSON as n, LabelCaptureSession as t };