export declare function fetchFromRegistry<T>({ endpoint, headers, query, registry, mirrors, cached, }: {
    endpoint: string;
    headers?: Record<string, string>;
    query?: string;
    registry?: string;
    mirrors?: string[];
    cached?: boolean;
}): Promise<T>;
//# sourceMappingURL=fetch-from-registry.d.ts.map