import type { ExpoConfig } from '@expo/config-types';
/**
 * @typedef {import("expo/config-plugins").ConfigPlugin} ConfigPlugin
 * @param {ConfigPlugin} config
 */
declare const withIOS: (config: ExpoConfig, { appId, appDelegateContent }: Record<string, string>) => ExpoConfig;
export default withIOS;
