declare enum ArgsEnum {
  CountAllVisits = '-c',
  OutputFile = '-o',
  Verbose = '-v',
  DEBUG = '--DEBUG',
}

export = ArgsEnum;
