export declare class Commands {
    static readonly USER_AGENT: string;
    static readonly CONTENT_TYPE: string;
    static readonly CONTENT_LENGTH: string;
    static readonly APPLICATION_JSON: string;
    static readonly APPLICATION_MSGPACK: string;
    static readonly RequestAuthTokenCmd: string;
    static readonly RequestSecretCmd: string;
    static readonly RequestGameIdCmd: string;
    static readonly RequestCmd_MsgPack: string;
    static readonly ResponseCmd_MsgPack: string;
    static readonly EventCmd_MsgPack: string;
    static readonly RequestCmd_Json: string;
    static readonly ResponseCmd_Json: string;
    static readonly EventCmd_Json: string;
    static readonly Data: string;
    static readonly File: string;
}
