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