import { AuthConfig } from "./types";
export declare const getAuthConfig: (registry: string) => Promise<AuthConfig | undefined>;
