export declare enum HelpBotQuestionStatus { NEW = "new", ANSWERED = "answered", DELETED = "deleted" }