/**
 * 回复提醒类型
 */
export declare enum ReplyNoticeType {
    /**
     * 对主题
     */
    topic = 1,
    /**
     * 对回复
     */
    reply = 2,
    /**
     * at你
     */
    at = 8,
    /**
     * 送礼物
     */
    gift = 15
}
