export declare enum KalturaDistributionProfileStatus {
    deleted = 3,
    disabled = 1,
    enabled = 2,
}
