export declare enum ArticleSearchMode {
    FULL_TEXT = "full_text",
    TITLE = "title",
    TITLE_AND_TAG = "title-and-tag"
}
