2017-12-13 19:55:08 +00:00
|
|
|
import { CommandsBase } from './CommandsBase';
|
|
|
|
|
export declare class NetworkCommands extends CommandsBase {
|
|
|
|
|
private throttleGenCounter;
|
2018-10-06 16:03:10 +01:00
|
|
|
setBandwidth(total: number): Promise<void>;
|
2017-12-13 19:55:08 +00:00
|
|
|
}
|