import { ConfigPlugin } from '@expo/config-plugins'; /** * Config plugin for setting an app-wide User-Agent header for all requests * TODO: consider shipping this as a react native module */ export declare const withIosUserAgent: ConfigPlugin<{ appName?: string; }>;