export declare enum BarcodeCreateOutputFormat {
    Jpg = "jpg",
    Tif = "tif",
    Pdf = "pdf",
    Bmp = "bmp",
    Png = "png"
}
