import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaLiveChannelCompareAttribute extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static accessControlId: KalturaLiveChannelCompareAttribute;
    static createdAt: KalturaLiveChannelCompareAttribute;
    static endDate: KalturaLiveChannelCompareAttribute;
    static lastPlayedAt: KalturaLiveChannelCompareAttribute;
    static mediaDate: KalturaLiveChannelCompareAttribute;
    static mediaType: KalturaLiveChannelCompareAttribute;
    static moderationCount: KalturaLiveChannelCompareAttribute;
    static moderationStatus: KalturaLiveChannelCompareAttribute;
    static msDuration: KalturaLiveChannelCompareAttribute;
    static partnerId: KalturaLiveChannelCompareAttribute;
    static partnerSortValue: KalturaLiveChannelCompareAttribute;
    static plays: KalturaLiveChannelCompareAttribute;
    static rank: KalturaLiveChannelCompareAttribute;
    static replacementStatus: KalturaLiveChannelCompareAttribute;
    static startDate: KalturaLiveChannelCompareAttribute;
    static status: KalturaLiveChannelCompareAttribute;
    static totalRank: KalturaLiveChannelCompareAttribute;
    static type: KalturaLiveChannelCompareAttribute;
    static updatedAt: KalturaLiveChannelCompareAttribute;
    static views: KalturaLiveChannelCompareAttribute;
}
