export declare enum KalturaDistributionProtocol {
    aspera = 10,
    ftp = 1,
    http = 4,
    https = 5,
    scp = 2,
    sftp = 3,
}
