export declare enum KalturaDrmLicenseType {
    nonPersistent = "playReady.NON_PERSISTENT",
    persistent = "playReady.PERSISTENT"
}
