export declare enum UserManagmentConstants {
    SCIM2_END_POINT = "scim2/",
    SCIM2_USER_ENDPOINT = "Users/"
}
