declare const tpkg: { pack( sourceDir: pathLike, targetPath: pathLike, targetName: string ): pathLike; unpack(pkgPath: pathLike, targetPath: pathLike): pathLike; }; export = tpkg;