declare enum TerminalReceiptFormat {
    PDF = "PDF",
    TXT = "TXT"
}
export { TerminalReceiptFormat };
