export default class API { private config; private _logger; private _localInfo; _config: any; constructor(config: any, ipInfo?: any); getLocalInfo(): void; getVendor(options: any): Promise; getEdgeList(params: apiFormat.getEdgeList): Promise>; updateRoom(options: any): Promise; reportData(options: any): Promise; }