export declare enum EDeviceTefType {
    sitef = "SITEF",
    linx = "LINX",
    paygo = "PAYGO",
    auttar = "AUTTAR",
    none = "NONE"
}
