import type { Documentation, DocumentationSource } from '../types/documentation.js'; import { HttpClient } from '../utils/http-client.js'; export declare class HttpFetcher implements DocumentationSource { private httpClient; constructor(httpClient?: HttpClient); fetch(packageName: string, version?: string): Promise; } //# sourceMappingURL=http-fetcher.d.ts.map