export declare enum BarcodeDetectInputFormat {
    Img = "img",
    Pdf = "pdf"
}
