export declare const getRegistryFromNpmrc: (npmrc?: string) => string[]; export declare const replaceEnvVarsInNpmrc: (npmrc?: string) => string;