export declare enum KalturaSiteRestrictionType {
    allowSiteList = 1,
    restrictSiteList = 0
}
