/** * Packs and compresses a directory into a base64-encoded tar.gz string. * * @param dirPath path to directory to pack and compress */ export declare function targz(dirPath: string): Promise;