export declare enum PREMIUM_FEATURES {
    EKYC = "ekyc",
    JOIN_AIRDROP = "airdrop.join",
    BONUS_AIRDROP = "airdrop.bonus",
    COMMENT_PRIORITY = "priority.comment",
    PROFILE_VIEW = "profile.view",
    UNLOCK_ACHIEVEMENT = "achievement.unlock",
    CREATE_COMMUNITY = "community.create",
    SUB_PROFILES = "sub_profiles.create",
    DONATION_RECEIVE = "donation.receive"
}
