export interface Package {
  tar(argv: any);
}
