import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaCaptionType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static cap: KalturaCaptionType;
    static dfxp: KalturaCaptionType;
    static srt: KalturaCaptionType;
    static webvtt: KalturaCaptionType;
}
