export declare enum KalturaHttpNotificationAuthenticationMethod {
    any = -17,
    anysafe = -18,
    basic = 1,
    digest = 2,
    gssnegotiate = 4,
    ntlm = 8,
}
