/**
*  Possible values: * **CashierDisplay** * **CustomerDisplay** * **CashierInput** * **CustomerInput**
*/
export declare enum Device {
    CashierDisplay = "CashierDisplay",
    CustomerDisplay = "CustomerDisplay",
    CashierInput = "CashierInput",
    CustomerInput = "CustomerInput"
}
