export declare enum ExternalLoginIdentifierType {
    Username = "USERNAME",
    Email = "EMAIL"
}
