import { extractTgz } from './extract-tgz.js'; import { extractRpm } from './extract-rpm.js'; export declare const archive: { extractTgz: typeof extractTgz; extractRpm: typeof extractRpm; }; //# sourceMappingURL=index.d.ts.map