export interface VmwareMake {
  export(argv: any);
  import(argv: any);
  uninstallOvfTool(argv: any);
}
