export declare enum TokenType {
    AD_HOC_USER = "AD_HOC_USER",
    APP_USER = "APP_USER",
    RFID = "RFID",
    OTHER = "OTHER"
}
