import type { BinaryWASIFS } from "@runno/wasi"; /** * Extract a .tar.gz file. * * Prefers ustar format. * * @param binary .tar.gz file * @returns */ export declare const extractTarGz: (binary: Uint8Array) => Promise;