/**
* Format of the content to display or print. Display or print device function. Possible values: * **MessageRef** * **Text** * **XHTML** * **BarCode**
*/
export declare enum OutputFormat {
    MessageRef = "MessageRef",
    Text = "Text",
    Xhtml = "XHTML",
    BarCode = "BarCode"
}
