/** @description Label data type */
export declare enum DocumentFormat {
    Pdf = "PDF",
    Zpl = "ZPL",
    Png = "PNG"
}
