export declare enum KalturaPlaylistType {
    dynamic = 10,
    external = 101,
    staticList = 3,
}
