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