import { Readable } from "node:stream";
export declare function extractSkillTarToTemp(stream: Readable, tempDir: string): Promise<string>;
//# sourceMappingURL=extract.d.ts.map