export declare enum IdentityProviderProtocol {
    LDAP = "ldap",
    OAUTH2 = "oauth2",
    OIDC = "oidc"
}
//# sourceMappingURL=constants.d.ts.map