export { getNpmConfig as read };
/** Gets the npm config. */
declare function getNpmConfig(_opts: any, _builtin: any): any;
