export declare enum KalturaBeaconOrderBy {
    objectIdAsc = "+objectId",
    objectIdDesc = "-objectId",
    updatedAtAsc = "+updatedAt",
    updatedAtDesc = "-updatedAt"
}
