import { RemoteAuthentication } from "../types"; export * from "./validation"; export * from "./local-oauth2"; export declare function createAuthenticatedFetcher(remoteRegistryUrl: string, remoteAuthentication?: RemoteAuthentication): (suffix: string, options?: { method?: string; headers?: Record; }) => Promise;