import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaMediaParserType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static ffmpeg: KalturaMediaParserType;
    static mediainfo: KalturaMediaParserType;
    static remoteMediainfo: KalturaMediaParserType;
}
