import Loader from '../Loaders/Loader'; /** * @class * @description This class connect to cdn the cdb balancer api and hepls to get data * @exports BalancerApiBusinessObject */ export default class BalancerApiBusinessObject { options?: any; private _loader; constructor(loader: Loader); loadBalancerData(accountCode: string, resource: string, isLive: boolean, updateTime: number, debug: boolean, isDev: boolean, profileName?: string, bucketName?: string, optionsHost?: string): Promise; private getRouteAndFilename; }