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