export declare function fetchDownloadsFromRegistry<T>({ endpoint, registryDownloadsAPI, cached, }: {
    endpoint: string;
    registryDownloadsAPI?: string;
    cached?: boolean;
}): Promise<T>;
//# sourceMappingURL=fetch-downloads-from-registry.d.ts.map