import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable"; import type { ColombiaIdBarcodeResultJSON } from "../SerializedTypes"; export declare class ColombiaIdBarcodeResult implements Serializable { protected json: ColombiaIdBarcodeResultJSON; get bloodType(): string; private static fromJSON; toJSONObject(): ColombiaIdBarcodeResultJSON; }