import type { ExtractArgs } from "./types";
export declare function extractArchive({ outputs, buffer, outdir, }: ExtractArgs): Promise<string>;
