export declare enum KalturaStorageProfileStatus {
    automatic = 2,
    disabled = 1,
    manual = 3
}
