export declare enum BarcodeDetectOutputFormat {
    Xml = "xml",
    Json = "json"
}
