/**
 * devopness API
 * Devopness API - Painless essential DevOps to everyone
 *
 * The version of the OpenAPI document: latest
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * A formatted version of the `provider` field value, aligned with the provider\'s name branding
 * @export
 * @enum {string}
 */
export declare enum SocialAccountDisplayableName {
    Bitbucket = "Bitbucket",
    Clerk = "Clerk",
    Facebook = "Facebook",
    GitHub = "GitHub",
    GitLab = "GitLab",
    Google = "Google"
}
