/** * Creates a tgz file with the directory contents. */ export declare function createTarball(file: string, dir: string): any;