/** * Fetches an npm tarball from registry.npmjs.org and extracts .d.ts / .d.mts * files in-memory. Uses fflate (isomorphic). No deps to inject — usable * from both web client and CLI. */ export declare class TarballFetcher { fetchAndExtract(packageName: string, version: string): Promise>; private getTarballUrl; private normalizeTarPath; private extractDtsFiles; } //# sourceMappingURL=tarballFetcher.d.ts.map