declare enum BarcodeArAnnotationVariation {
    Unknown = 0,
    CloseUp = 1,
    FarAway = 2
}

export { BarcodeArAnnotationVariation };
