/** * Types of chat */ export declare enum ChatType { Trade = "trade", Global = "global" }