export declare enum GroupStatus {
    Member = 1,
    WaitingAccept = 2,
    SentRequestAndWaitingAccept = 3,
    NotMember = 4
}
