export declare enum StarPrinterEmulation {
    Unknown = "Unknown",
    StarLine = "StarLine",
    StarDot = "StarDot",
    StarGraphic = "StarGraphic",
    StarPRNT = "StarPRNT",
    EscPos = "EscPos",
    EscPosMobile = "EscPosMobile"
}
