export declare enum KalturaChapterNamePolicy {
    byEntryId = 1,
    byEntryName = 2,
    numerical = 3
}
