export declare enum KalturaSyndicationFeedEntriesOrderBy {
    createdAtDesc = "-createdAt",
    recent = "recent"
}
