import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaPlayReadyAnalogVideoOPId extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static agcAndColorStripe: KalturaPlayReadyAnalogVideoOPId;
    static bestEffortExplicitAnalogTv: KalturaPlayReadyAnalogVideoOPId;
    static explicitAnalogTv: KalturaPlayReadyAnalogVideoOPId;
    static imageConstraintMonitor: KalturaPlayReadyAnalogVideoOPId;
    static imageConstraintVideo: KalturaPlayReadyAnalogVideoOPId;
}
