import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable";
import type { ArgentinaIdBarcodeResultJSON } from "../SerializedTypes";
export declare class ArgentinaIdBarcodeResult implements Serializable<ArgentinaIdBarcodeResultJSON> {
    protected json: ArgentinaIdBarcodeResultJSON;
    get personalIdNumber(): string;
    get documentCopy(): string;
    private static fromJSON;
    toJSONObject(): ArgentinaIdBarcodeResultJSON;
}
