export declare enum ChatCommandsEnum {
    SEND_MESSAGE = "CHAT_SEND_MESSAGE"
}
