/**
 * Extract the npm user agent from the npm_config_user_agent environment variable string
 */
export default function getPackageManagerAgent(): Record<string, string> | null;
