import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaLiveEntryMatchAttribute extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static adminTags: KalturaLiveEntryMatchAttribute;
    static categoriesIds: KalturaLiveEntryMatchAttribute;
    static creatorId: KalturaLiveEntryMatchAttribute;
    static description: KalturaLiveEntryMatchAttribute;
    static durationType: KalturaLiveEntryMatchAttribute;
    static flavorParamsIds: KalturaLiveEntryMatchAttribute;
    static groupId: KalturaLiveEntryMatchAttribute;
    static id: KalturaLiveEntryMatchAttribute;
    static _name: KalturaLiveEntryMatchAttribute;
    static referenceId: KalturaLiveEntryMatchAttribute;
    static replacedEntryId: KalturaLiveEntryMatchAttribute;
    static replacingEntryId: KalturaLiveEntryMatchAttribute;
    static searchText: KalturaLiveEntryMatchAttribute;
    static tags: KalturaLiveEntryMatchAttribute;
    static userId: KalturaLiveEntryMatchAttribute;
}
