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