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