export declare enum KalturaModerationFlagType {
    copyright = 5,
    harmfulDangerous = 3,
    sexualContent = 1,
    spamCommercials = 4,
    termsOfUseViolation = 6,
    violentRepulsive = 2,
}
