export declare enum FriendStatus {
    Friend = 1,
    WaitingAccept = 2,
    SentRequestAndWaitingAccept = 3,
    NotFriend = 4
}
