export declare enum ChatFormCommandsEnum {
    OPEN = "OPEN_CHAT_FORM_COMMAND",
    FILL = "FILL_CHAT_FORM_COMMAND"
}
