/** Extract a gzipped tar into `dir`, creating it if absent. */ export declare function extractTarball(srcPath: string, dir: string): Promise;