export declare class AamvaBarcodeVerificationResult {
    private json;
    get allChecksPassed(): boolean;
    get error(): string | null;
    private static fromJSON;
}
