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