export declare enum KalturaConfMapsStatus {
    statusDisabled = 0,
    statusEnabled = 1
}
