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