import { VideoSegment } from '../Storage/VideoSegment';
/**
 * @class
 * @description This class connect to cdn the cdb balancer api and hepls to get data
 * @exports BandwithLimiterBusinessObject
 */
export default class BandwithLimiterBusinessObject {
    limit(maxBandwith: number, segment: VideoSegment): Promise<void>;
}
