export interface ICliArgs {
    config: string;
    help: boolean;
    ropsten: boolean;
    main: boolean;
    rinkeby: boolean;
}
