import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaLiveReportType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static entryGeoTimeLine: KalturaLiveReportType;
    static entrySyndicationTotal: KalturaLiveReportType;
    static entryTimeLine: KalturaLiveReportType;
    static entryTotal: KalturaLiveReportType;
    static partnerTotal: KalturaLiveReportType;
}
