/**
 * User Profile Fields
 */
export declare enum SCUserProfileFields {
    USERNAME = "username",
    REAL_NAME = "real_name",
    DATE_JOINED = "date_joined",
    BIO = "bio",
    LOCATION = "location",
    DATE_OF_BIRTH = "date_of_birth",
    DESCRIPTION = "description",
    GENDER = "gender",
    WEBSITE = "website",
    TAGS = "tags",
    SOCIAL_ASSOCIATIONS = "social_associations"
}
/**
 * User Profile Settings
 */
export declare enum SCUserProfileSettings {
    NOTIFICATION = "notification",
    INTERACTION = "interaction",
    PRIVATE_MESSAGE = "private_message"
}
/**
 * User Profile Settings
 */
export declare enum SCUserSocialAssociations {
    GOOGLE = "google",
    FACEBOOK = "facebook",
    TWITTER = "twitter",
    LINKEDIN = "linkedin"
}
