export default function unpack(tarballPath: string, destinationPath: string): Promise<{}>;
