import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaDrmProviderType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static cenc: KalturaDrmProviderType;
    static fairplay: KalturaDrmProviderType;
    static playReady: KalturaDrmProviderType;
    static widevine: KalturaDrmProviderType;
}
