export interface ModuleManagement {
  modulePrefix: string;
  installModule(argv: any);
}
