export declare enum KalturaChinaCacheAlgorithmType {
    sha1 = 1,
    sha256 = 2,
}
