export declare enum KalturaPartnerAuthenticationType {
    passwordOnly = 0,
    sso = 2,
    twoFactorAuth = 1
}
