import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable"; import type { BarcodeMetadataJSON } from "../SerializedTypes"; export declare class BarcodeMetadata implements Serializable { private json; get errorCorrection(): number; get moduleCountX(): number; get moduleCountY(): number; private static fromJSON; toJSONObject(): BarcodeMetadataJSON; }